Pandas DataFrame dtypes 属性
定义和用法
The dtypes
属性返回 DataFrame 中每一列的数据类型。
语法
dataframe.dtypes
返回值
一个 Pandas Series,包含每一列的标签和数据类型。
The dtypes
属性返回 DataFrame 中每一列的数据类型。
dataframe.dtypes
一个 Pandas Series,包含每一列的标签和数据类型。
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]