Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

df to parquet s3

import awswrangler as wr
wr.s3.to_parquet(
    dataframe=df,
    path="s3://my-bucket/key/my-file.parquet"
)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #df #parquet
ADD COMMENT
Topic
Name
2+9 =