Pandas DataFrame dtypes is an inbuilt property that returns the data types of the column of DataFrame. When you are doing data analysis, it is important to make sure that you are using the correct data types; otherwise, you might get unexpected results or errors. At some point in your data analysis process, you will need to convert the data from one type to another type explicitly. This post will discuss the basic Pandas data types (aka dtypes), how they map to python and numpy data types.

#python

Basic Pandas data types | Pandas.DataFrame.dtypes
2.50 GEEK