In this post, we will learn how to use Pandas to select columns based on their datatypes. For example, if we have Pandas dataframe with multiple data types, like numeric and object and we will learn how to select columns that are numeric. We can use Pandas’ seclect_dtypes() function and specify which data type to […]