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

Solved!
ssuhas76
Level 3
Saving a dataframe from a notebook to a specific zone as a csv file in DSS

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)

 

0 Kudos
1 Solution
1 Reply