Answers for "pandas list of columns that are just numbers"

0

how to get column names having numeric value in pandas

cols = df.select_dtypes([np.number]).columns
Posted by: Guest on November-28-2020

Code answers related to "pandas list of columns that are just numbers"

Python Answers by Framework

Browse Popular Code Answers by Language