Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

old .h5 cannot be loaded by pandas v>1.0 #46

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Wensi-Tang
Copy link

Old AAPL.h5 cannot be loaded by new versions of pandas (v >1.0.0)
Thus, an AAPL.pkl is created, and the load function is changed to load from .pkl

Wensi-Tang and others added 5 commits January 30, 2023 18:54
pandas>=v1.0.0  cannot load the AAPL.h5 (created by pandas <= v1.0.0)
The AAPL.h5 is loaded by pandas =0.24.2 and saved to AAPL.pkl
The read_hdf is changed to read_pickle.
The library check miss quandl
pd.read_hdf(\"data/AAPL.h5\") to pd.read_pickle(\"data/AAPL.pkl\")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant