@Prasanth Kothuri as much as I like our task library, for loading dataframes to S3, awswrangler has just way better functionality. You can upload your Pandas dataframe as a compressed parquet file in a single command:
Copy code
from prefect import task
import awswrangler as wr
@task
def upload_df(df, path):
wr.s3.to_csv(df1, path, index=False)
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.