Skip to content

Instantly share code, notes, and snippets.

@marcogoldin
Created February 3, 2019 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcogoldin/6a18da9ce76b76096b4dc97e88267cf5 to your computer and use it in GitHub Desktop.
Save marcogoldin/6a18da9ce76b76096b4dc97e88267cf5 to your computer and use it in GitHub Desktop.
pd.read_csv('https://www.metoffice.gov.uk/pub/data/weather/uk/climate/datasets/Tmin/ranked/UK.txt?fbclid=IwAR26RJZPfZYJd4GJ5bn4zmAHlXkGmDj4UPxujCIgLWFW5ErgM9AWkmpG_IM',\
skiprows=6, \
sep=' ')
@aborruso
Copy link

aborruso commented Feb 4, 2019

Ciao @marcogoldin ma l'hai provato? Aldilà del problema HTTP, lavorando direttamente sul file, si ha un errore legato ai due null value dell'ultima riga, che sono da gestire (mappa due campi in meno rispetto al numero delle colonne).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment