-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
Hello!
In module 1.1.3, the pandas read_hdf function is used to read AAPL stock price data from a h5 file. Unfortunately, pandas v1.0.0 or higher does not support reading older h5 files such as the one included (according to https://github.com/pandas-dev/pandas/issues/33186). Anaconda seems to be the python distribution recommended in module 1.1.1, but the latest version of anaconda includes a version of pandas incompatible with the given h5 file. The easiest way to get around this for me was to simply install an older version of anaconda (2019.3), which comes with pandas 0.24.2, but it might be worth mentioning as this could be tricky for users to figure out.
Metadata
Metadata
Assignees
Labels
No labels