llSourcell / Kaggle_Earthquake_challenge

This is the code for the Kaggle Earthquake Challenge by Siraj Raval on Youtube
140 stars 91 forks source link

Line In [24]: is wrong command #8

Open Alberto2K opened 5 years ago

Alberto2K commented 5 years ago

The line In [24]: shows train_df.head(10) It should be train.head(10)