Answers for "why does a dataframe have numbers instead of actual column names"

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 "why does a dataframe have numbers instead of actual column names"

Python Answers by Framework

Browse Popular Code Answers by Language