Skip to content

Instantly share code, notes, and snippets.

@aqd14
Created February 24, 2020 03:35
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 aqd14/65d80dac8ab392118b20653fc1204f7e to your computer and use it in GitHub Desktop.
Save aqd14/65d80dac8ab392118b20653fc1204f7e to your computer and use it in GitHub Desktop.

Notes

column 0 = year, column 1 = month, column 2 = day
data = pd.read_csv('./wind.data', sep='\s+', parse_dates=[[0, 1, 2]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment