Skip to content

Commit 17d00cb

Browse files
committed
fix indenting
1 parent b5f3875 commit 17d00cb

File tree

1 file changed

+6
-6
lines changed
  • src/nested_pandas/nestedframe

1 file changed

+6
-6
lines changed

src/nested_pandas/nestedframe/io.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
-------

0 commit comments

Comments
 (0)