Skip to content

Instantly share code, notes, and snippets.

@rikturr
Created July 30, 2020 20:05
Show Gist options
  • Save rikturr/4eed36ea7bc2fe4e85bb95c08fb088fa to your computer and use it in GitHub Desktop.
Save rikturr/4eed36ea7bc2fe4e85bb95c08fb088fa to your computer and use it in GitHub Desktop.
dask_csv
import dask_cudf
taxi = dask_cudf.read_csv(files,
assume_missing=True,
parse_dates=[1,2],
usecols=cols,
storage_options={'anon': True})
len(taxi)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment