Skip to content

Instantly share code, notes, and snippets.

@davidbrochart
Last active April 25, 2019 10:41
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 davidbrochart/19cb231cf49428fb6faf623c28188a09 to your computer and use it in GitHub Desktop.
Save davidbrochart/19cb231cf49428fb6faf623c28188a09 to your computer and use it in GitHub Desktop.
dt = datetime(2000, 3, 1, 12)
filenames, datetimes = download_files(dt, 40)
ds = create_dataset(filenames, datetimes)
print(ds)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment