File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/nested_pandas/nestedframe Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ def read_parquet(
2929 Can be a local file path, HTTP/HTTPS URL, or S3 path.
3030 columns : list, default=None
3131 If not None, only these columns will be read from the file.
32- reject_nesting: list or str, default=None
33- Column(s) to reject from being cast to a nested dtype. By default,
34- nested-pandas assumes that any struct column with all fields being lists
35- is castable to a nested column. However, this assumption is invalid if
36- the lists within the struct have mismatched lengths for any given item.
37- Columns specified here will be read using the corresponding pandas.ArrowDtype.
32+ reject_nesting: list or str, default=None
33+ Column(s) to reject from being cast to a nested dtype. By default,
34+ nested-pandas assumes that any struct column with all fields being lists
35+ is castable to a nested column. However, this assumption is invalid if
36+ the lists within the struct have mismatched lengths for any given item.
37+ Columns specified here will be read using the corresponding pandas.ArrowDtype.
3838
3939 Returns
4040 -------
You can’t perform that action at this time.
0 commit comments