我想知道在Pandas DataFrames中是否有一种优雅和简便的方式来按数据类型(dtype)选择列.即仅从DataFrame中选择int64列.
详细说明,有些东西
df.select_columns(dtype=float64)
在此先感谢您的帮助
python scipy pandas
pandas ×1
python ×1
scipy ×1