Skip to content

Commit 1b0a444

Browse files
committed
DOC: Change to_parquet to DataFrame.to_parquet
Closes #27955
1 parent 6c6b09d commit 1b0a444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Categorical
8888
^^^^^^^^^^^
8989

9090
- Added test to assert the :func:`fillna` raises the correct ValueError message when the value isn't a value from categories (:issue:`13628`)
91-
- Added test to assert roundtripping to parquet with :func:`to_parquet` or :func:`read_parquet` will preserve Categorical dtypes for string types (:issue:`27955`)
91+
- Added test to assert roundtripping to parquet with :func:`DataFrame.to_parquet` or :func:`read_parquet` will preserve Categorical dtypes for string types (:issue:`27955`)
9292
-
9393

9494

0 commit comments

Comments
 (0)