Pandas DataFrame 的 shape 属性
定义和用法
该 shape
属性返回一个包含 DataFrame 形状的元组。
形状是 DataFrame 的行数和列数
语法
dataframe.shape
返回值
一个 Python 元组,显示行数和列数。
该 shape
属性返回一个包含 DataFrame 形状的元组。
形状是 DataFrame 的行数和列数
dataframe.shape
一个 Python 元组,显示行数和列数。
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]