We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ed4f1 commit f3b6d1fCopy full SHA for f3b6d1f
pandas/io/feather_format.py
@@ -41,8 +41,7 @@ def to_feather(df, path):
41
Parameters
42
----------
43
df : DataFrame
44
- path : string
45
- File path
+ path : string file path, or file-like object
46
47
"""
48
path = _stringify_path(path)
@@ -92,8 +91,7 @@ def read_feather(path, nthreads=1):
92
91
93
94
95
96
97
nthreads : int, default 1
98
Number of CPU threads to use when reading to pandas.DataFrame
99
0 commit comments