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 33fb5ef commit 2a88189Copy full SHA for 2a88189
gokart/file_processor.py
@@ -26,7 +26,7 @@
26
if os.getenv('GOKART_DATAFRAME_FRAMEWORK_POLARS_ENABLED') == 'true':
27
DATAFRAME_FRAMEWORK = 'polars'
28
else:
29
- raise ValueError('GOKART_DATAFRAME_FRAMEWORK is not set. Use pandas as dataframe framework.')
+ raise ValueError('GOKART_DATAFRAME_FRAMEWORK_POLARS_ENABLED is not set. Use pandas as dataframe framework.')
30
except (ImportError, ValueError):
31
DATAFRAME_FRAMEWORK = 'pandas'
32
0 commit comments