by
JoaoJr
• New Contributor II
- 1301 Views
- 0 replies
- 1 kudos
I've been trying to register for Databricks Community Edition for 3 days, to study the platform, but I'm experiencing an error when registering ("An error has occurred. Please try again later."). Could anyone help me, how do I register for the commun...
- 1301 Views
- 0 replies
- 1 kudos
- 3424 Views
- 1 replies
- 1 kudos
Hi!I was always able to export pandas datasets to my workspace on databricks, just like in a local machine using df.to_excel('filename', index=False).but since i got some permissions updates to some new catalogs, when i try to export a dataset using ...
- 3424 Views
- 1 replies
- 1 kudos
Latest Reply
Just to update the situation, and to help anyone with the same problem in the future:What hapened was thas my cluster was updated to use Unity Catalogs, and with that i had to specify the full path to my workspace.df_pandas.to_excel('/Workspace/Users...