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 9d9c9ad commit f51dd9fCopy full SHA for f51dd9f
pandas/tests/io/test_parquet.py
@@ -335,7 +335,7 @@ def test_get_engine_auto_error_message():
335
with pytest.raises(ImportError, match=match):
336
get_engine("auto")
337
else:
338
- match = "Use pip, conda, or your preferred package manager to install the fastparquet package"
+ match = "Please install the fastparquet package"
339
340
341
0 commit comments