We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f850a13 commit c15ace3Copy full SHA for c15ace3
src/nested_pandas/nestedframe/io.py
@@ -36,6 +36,8 @@ def read_parquet(
36
is castable to a nested column. However, this assumption is invalid if
37
the lists within the struct have mismatched lengths for any given item.
38
Columns specified here will be read using the corresponding pandas.ArrowDtype.
39
+ kwargs: dict
40
+ Keyword arguments passed to `pyarrow.parquet.read_table`
41
42
Returns
43
-------
0 commit comments