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 1bb364b commit 6a7f77aCopy full SHA for 6a7f77a
pins/drivers.py
@@ -139,7 +139,7 @@ def save_data(
139
_assert_is_pandas_df(obj)
140
141
raise NotImplementedError(
142
- 'Saving data as type "feather" no longer supported. Use type arrow instead.'
+ 'Saving data as type "feather" no longer supported. Use type "arrow" instead.'
143
)
144
145
elif type == "parquet":
0 commit comments