Skip to content

Commit 1536cf6

Browse files
committed
update DataFrame.to_feather docstring
1 parent 0104079 commit 1536cf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/frame.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2198,8 +2198,7 @@ def to_feather(self, path, **kwargs) -> None:
21982198
21992199
Parameters
22002200
----------
2201-
path : str
2202-
String file path.
2201+
path : string file path, or file-like object
22032202
**kwargs :
22042203
Additional keywords passed to :func:`pyarrow.feather.write_feather`.
22052204
Starting with pyarrow 0.17, this includes the `compression`,

0 commit comments

Comments
 (0)