Created
June 13, 2020 23:58
-
-
Save securetorobert/4b7dd5151f6ba1f99b8b9c36d2fb0328 to your computer and use it in GitHub Desktop.
Read boston training data from Google Drive
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 | |
train_df = pd.read_csv('/content/gdrive/My Drive/boston/train.csv', index_col='ID') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment