Saving a dataframe from a notebook to a specific zone as a csv file in DSS

Options
ssuhas76
ssuhas76 Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 31
edited July 16 in Using Dataiku

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)

Best Answer

Setup Info
    Tags
      Help me…