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 aef0804 commit 794be8cCopy full SHA for 794be8c
pandas/io/feather_format.py
@@ -39,7 +39,7 @@ def to_feather(df, path):
39
if not isinstance(df.index, Int64Index):
40
raise ValueError(
41
"feather does not support serializing {} "
42
- "for the index; you can .reset_index()"
+ "for the index; you can .reset_index() "
43
"to make the index into column(s)".format(type(df.index))
44
)
45
0 commit comments