echoing-carpenter-92090
08/19/2023, 6:13 PMuri
param.
def load_data() -> StructuredDataset:
return StructuredDataset(dataframe=pd.read_csv("..."), uri="<s3://my-bucket/my-dataframe.parquet>")
However, this results in partitions nested under my-dataframe.parquet
. Is there a way to directly save without the partition structure.
|- my-bucket
| |- my-dataframe.parquet
| | |- 0000
glamorous-carpet-83516
08/19/2023, 8:34 PM