Skip to content

Instantly share code, notes, and snippets.

@kxzk
Last active March 29, 2022 18:26
Show Gist options
  • Save kxzk/550a7fbcce803135e4a082e19b7fddcb to your computer and use it in GitHub Desktop.
Save kxzk/550a7fbcce803135e4a082e19b7fddcb to your computer and use it in GitHub Desktop.
reading in multiple csv in dask
import dask.dataframe as dd
df = dd.read_csv('*.csv')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment