In deep learning course I want to play around with my own datasets but can't get the capstone project to load my csv files (it always return an error on the Run function) or the bz2 conversion files I made, won't load them. How do I either load CSV files on the model or convert my CSV files to BZ2?
bars5m ='pd.read_pickle('…/data_modules/fx_pair_data_1.bz2)
im on a Mac.
thanks
Hi William,
If you’re trying to read the pickle file provided in the capstone project, then ensure that you’re using python version 3.9.5 and pandas version 1.2.4 or higher in order to not get an error.
To read the CSV files, make sure you use the read_csv() instead of the read_pickle() method.
To assist you better, please share the screenshot of the errors and a smaller version of that data file that you are using. We’ll try to replicate and fix the error.
Hope this helps!
Thanks,
Bhavika