让我们说df是一个熊猫DataFrame.我想找到所有数字类型的列.就像是:
df
isNumeric = is_numeric(df)
python types pandas
pandas ×1
python ×1
types ×1