You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saving pandas dataframes to .hdf currently does not work as it needs the optional dependency pytables.
This can be easily fixed by pip install tables, but directly including it in the container would be more convenient.
Saving pandas dataframes to
.hdf
currently does not work as it needs the optional dependency pytables.This can be easily fixed by
pip install tables
, but directly including it in the container would be more convenient.https://pypi.org/project/tables/
The text was updated successfully, but these errors were encountered: