Load a parquet object from the file path, returning a DataFrame.
| Param | 格式 | 意义 |
|---|---|---|
| path | str, path object or file-like object | |
| engine | {‘auto’, ‘pyarraw’, ‘fastparqut’}, default ‘auto’ | try ‘pyarrow’, falling back to ‘fastparquet’ if ‘pyarrow’ is unavailable |
| columns | list, default = None | If not None, only these columns will be read from the file |
| **kwargs | < |

最低0.47元/天 解锁文章
7603

被折叠的 条评论
为什么被折叠?



