Pandas DataFrame 列属性
定义和用法
该 columns
属性返回 DataFrame 中每一列的标签。
语法
dataframe.columns
返回值
一个 Pandas Index 对象,包含列标签。
该 columns
属性返回 DataFrame 中每一列的标签。
dataframe.columns
一个 Pandas Index 对象,包含列标签。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]