小编mm_*_*_AA的帖子

如何将 df.info() 转换为数据帧。df.info()

如何转换df.info()成data_frame。

我希望能够将此数据框与其他数据框合并。

df.info()
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 458 entries, 0 to 457
Data columns (total 9 columns):
Name        457 non-null object
Team        457 non-null object
Number      457 non-null float64
Position    457 non-null object
Age         457 non-null float64
Height      457 non-null object
Weight      457 non-null float64
College     373 non-null object
Salary      446 non-null float64
dtypes: float64(4), object(5)
memory usage: 32.3+ KB
Run Code Online (Sandbox Code Playgroud)

merge converters dataframe python-3.x pandas

6
推荐指数
1
解决办法
2821
查看次数

标签 统计

converters ×1

dataframe ×1

merge ×1

pandas ×1

python-3.x ×1