August 2019
Beginner
482 pages
12h 56m
English
As you may notice, when we print out a Series object, its data type will be declared in the last line. An alternative way is to call dtype for each Series, or .dtypes for the entire dataframe (it will return a Series object). Those data types are defined in C, and not Python. The majority of them largely match Python ones; for example, integers, floats, and Booleans. There are, however, a few caveats to be aware of regarding the data types: