Skip to content

Commit c15ace3

Browse files
committed
docstring
1 parent f850a13 commit c15ace3

File tree

1 file changed

+2
-0
lines changed
  • src/nested_pandas/nestedframe

1 file changed

+2
-0
lines changed

src/nested_pandas/nestedframe/io.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ def read_parquet(
3636
is castable to a nested column. However, this assumption is invalid if
3737
the lists within the struct have mismatched lengths for any given item.
3838
Columns specified here will be read using the corresponding pandas.ArrowDtype.
39+
kwargs: dict
40+
Keyword arguments passed to `pyarrow.parquet.read_table`
3941
4042
Returns
4143
-------

0 commit comments

Comments
 (0)