How to write a DataFrame to a Volume in a catalog?
We tried the following code with our pandas Dataframe:
dbutils.fs.put('dbfs:/Volumes/xxxx/default/input_bestanden/x test.xlsx', pandasDf.to_excel('/Volumes/xxxx/default/input_bestanden/x test.xlsx'))
This results in the error:
([Errno 95] Operation not supported)
on
pandasDf.to_excel('/Volumes/xxxx/default/input_bestanden/x test.xlsx'))