Saving a dataframe from a notebook to a specific zone as a csv file in DSS
ssuhas76
Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 31 ✭
hi i have a dataframe that needs to be saved to a specific zone in my project. how do i achieve this?
output_ds = dataiku.Dataset("myoutputdataset") output_ds.write_with_schema(my_dataframe)