Python dataframe obtient des colonnes numériques
dfnew = df.select_dtypes(include=np.number)
Panicky Pony
dfnew = df.select_dtypes(include=np.number)
dfnew = df._get_numeric_data()