Course Content
Stock Prices Prediction Project
Import Necessary Libraries and Data
TaskCompleted
- Import
pandas
(aspd
); - Read the
"all_stocks_5yr.csv"
file; - Show the first 5 rows of the dataset.
Everything was clear?
Section 1. Chapter 2
Course Content
Stock Prices Prediction Project
pandas
(as pd
);"all_stocks_5yr.csv"
file;Everything was clear?