Skip to content

Instantly share code, notes, and snippets.

@pimlock
Created May 12, 2021 17:48
Show Gist options
  • Save pimlock/d72ce220fc9e5cf95478c826741f7121 to your computer and use it in GitHub Desktop.
Save pimlock/d72ce220fc9e5cf95478c826741f7121 to your computer and use it in GitHub Desktop.
df = pd.read_csv(
"filecache::s3://my-public-bucket/data.csv",
storage_options={
"s3": {"anon": True},
"filecache": {"cache_storage": cache_dir}
},
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment