I am writing a python notebook within a project but I get an error when trying to export it to dataiku with panda dataframe.
The error is the following:
Exception: An error occurred during dataset write (6oh2RgiLQn): NullPointerException: null
and this despite the fact I precede with the following code:
result = pd.DataFrame(my_array_to_export)
dss_runs = dataiku.Dataset("my_export")
dss_runs.write_with_schema(result)
EDIT: here is the configuration of the my_export dataset created in the project: