Skip to content

Instantly share code, notes, and snippets.

@justmarkham
Created October 27, 2016 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save justmarkham/5c04d245cc70cdbd00f00a2bae5a54da to your computer and use it in GitHub Desktop.
Save justmarkham/5c04d245cc70cdbd00f00a2bae5a54da to your computer and use it in GitHub Desktop.
import pandas as pd
drinks = pd.read_csv('http://bit.ly/drinksbycountry')
movies = pd.read_csv('http://bit.ly/imdbratings')
train = pd.read_csv('http://bit.ly/kaggletrain')
ufo = pd.read_csv('http://bit.ly/uforeports', parse_dates=['Time'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment