Slide 16
Slide 16 text
Reading a document
If you check the first cell, it will tell you that
the documents are ready for you in ../input/.
So, we can read the files by with a Pandas
function and with the path of the file
df = pd.read_csv(‘../input/train.csv')