Skip to content

Instantly share code, notes, and snippets.

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