Pandas DataFrame 的 values 属性
定义和用法
values
属性返回 DataFrame 中的所有值。
返回值是一个二维数组,每一行对应一个数组。
语法
dataframe.values
返回值
包含所有值的 NumPy ndarray 对象。
values
属性返回 DataFrame 中的所有值。
返回值是一个二维数组,每一行对应一个数组。
dataframe.values
包含所有值的 NumPy ndarray 对象。
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]