Last active
July 30, 2018 12:46
-
-
Save sdcubber/80425766953a9a2c6fbe3745d029a8d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pandas as pd | |
| df_train = pd.read_csv('./KagglePlanetMCML.csv') | |
| df_train.head() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment