Skip to content

Commit

Permalink
Fixed issue uchicago-cs#36 - AttributeError when saving a Pandas obje…
Browse files Browse the repository at this point in the history
…ct with Pandas 0.24.0 or greater
  • Loading branch information
Matteo Cerutti committed Apr 18, 2020
1 parent d45d90e commit c827e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepdish/io/hdf5io.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from deepdish import conf
try:
import pandas as pd
pd.io.pytables._tables()
_pandas = True
except ImportError:
_pandas = False
Expand Down

0 comments on commit c827e71

Please sign in to comment.