Skip to content

Instantly share code, notes, and snippets.

@zronaghi
Created March 8, 2021 02:53
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 zronaghi/89acd3253de81132408cf4d0d18121df to your computer and use it in GitHub Desktop.
Save zronaghi/89acd3253de81132408cf4d0d18121df to your computer and use it in GitHub Desktop.
modfile = 'https://gmao.gsfc.nasa.gov/gmaoftp/geoscf/COVID_NO2/examples/model.csv
model = cudf.read_csv(modfile,parse_dates=['ISO8601'],date_parser=lambda x: dt.datetime.strptime(x, '%Y-%m-%dT%H:%M:%SZ'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment