How to write a csv file on Azure Databricks Workspace
I'm using a notebook on Azure Databricks, this notebook is in my user repo. I want to write a csv file created by this notebook in this repo. When i'm using the code below : df_pandas.to_csv('test.csv', index=False, header=False) There is…