Skip to content

Instantly share code, notes, and snippets.

@securetorobert
Created June 13, 2020 23:58
Show Gist options
  • Save securetorobert/4b7dd5151f6ba1f99b8b9c36d2fb0328 to your computer and use it in GitHub Desktop.
Save securetorobert/4b7dd5151f6ba1f99b8b9c36d2fb0328 to your computer and use it in GitHub Desktop.
Read boston training data from Google Drive
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