Where is csv file?

# Read the stocks data stored in a csv file
daily_stocks_data = pd.read_csv(
    '../data_modules/stocks_data_2010_2020.csv', index_col=0)

 

Hey,



The data files used in any Quantra course can be found in the downloadable unit in the last section of the course.



After you download the folder from the last section of the course you will find a zip file in your local system. You can unzip the folder. There will be a main folder containing multiple folders. Among these multiple folders there will be a folder named data_modules. Here you will find all the csv files used in the course.



Thanks

Rushda