https://flyte.org logo
#ask-the-community
Title
# ask-the-community
b

Bosco Raju

03/10/2023, 6:07 PM
Hi there, how do I read a csv file from S3 bucket using StructuredDataset and convert to pandas DataFrame?
k

Kevin Su

03/10/2023, 6:52 PM
Need to register a custom structured dataset for csv. you could help add a csv encoder/decoder here
b

Bosco Raju

03/10/2023, 8:15 PM
Thanks @Kevin Su