Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Python
pandas read parquet from s3
Alexandre Borela
Programming language:
Python
2021-05-25 10:51:01
0
Q:
pandas read parquet from s3
user2422586
Code:
Python
2021-07-14 01:37:20
s3_url
=
's3://bucket/folder/bucket.parquet.gzip'
df.to_parquet(s3_url, compression=
'gzip'
)
0
Tags
pandas
read
Related
pandas read csv skip until expression found
python get dataframe from dictionary
parquet to dataframe
command to read file in python using pandas
python read xlsb pandas
pandas read from txt separtion
pandas read from website
get today's date pandas
save pandas dataframe to parquet
pandas read from excel
python read parquet
pandas read tsv
python txt to parquet
python obtain data from pandas dataframe without index name
date parser python pandas
pandas dataframe to parquet s3
New to Communities?
Join the community