Pandas DataFrame 空属性
定义和用法
如果 DataFrame 为空,则 empty
属性返回 True,否则返回 False
语法
dataframe.empty
返回值
一个 布尔值,指示 DataFrame 是否为空。
如果 DataFrame 为空,则 empty
属性返回 True,否则返回 False
dataframe.empty
一个 布尔值,指示 DataFrame 是否为空。
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]