pandas et numeric columns

101

python dataframe get numeric columns -

dfnew = df.select_dtypes(include=np.number)

python dataframe get numeric columns -

dfnew = df._get_numeric_data()

Comments

Submit
0 Comments