Answers for "get the list of column names whose data type is float python"

0

get the list of column names whose data type is float python

In [15]: df.loc[:, df.dtypes == object]
Out[15]: 
   1
0  a
Posted by: Guest on October-26-2021

Code answers related to "get the list of column names whose data type is float python"

Python Answers by Framework

Browse Popular Code Answers by Language