stefan-jansen / machine-learning-for-trading

Code for Machine Learning for Algorithmic Trading, 2nd edition.
https://ml4trading.io
13.22k stars 4.18k forks source link

info.to_hdf(results_path / 'data.h5', 'stocks/info') #227

Closed dhsusf closed 2 years ago

dhsusf commented 2 years ago

Describe the bug 04_build_us_stock_dataset.ipynb

info.to_hdf(results_path / 'data.h5', 'stocks/info')

info is not defined. I believe it should be

df.to_hdf(results_path / 'data.h5', 'stocks/info')

stefan-jansen commented 2 years ago

Correct, fixed.