Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonBrown96 authored Oct 15, 2016
1 parent 8677819 commit d78c79a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Titanic.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
test_url = "http://s3.amazonaws.com/assets.datacamp.com/course/Kaggle/test.csv"

#creating training dataframe
#Making colab
train=pd.read_csv(train_url)
test=pd.read_csv(test_url)

Expand Down

0 comments on commit d78c79a

Please sign in to comment.