
Visual Overview of Built-In Python Data Types
We discuss the Python language built-in data types and a visualization that organizes them according to key attributes
Data Types are a fundamental building block of data science
Data science is about data, but data are not simple and tame beasts. They have character and attitude, which can cause a lot of friction between them and the data scientist. There is a lot of sweat and tears involved when confronting data, but data scientists can do worse than know how to handle in particular Data Type quirks. Namely, a good fraction of data science involves not modelling data, not transforming data, not even cleaning data but simply goading data around the right containers, providing them with the right stage that fits their character. Getting the data type wrong is many a source of both spectacular bugs and hidden, insidious application errors.