Hi,We are planning to re-write our application ( which was originally running in R) in python. We chose to use Polars as they seems to be faster than pandas. We have functions written in R which we are planning to convert to Python.However in one of ...
Hi,I am unable to create new notebook on databricks community edition. getting error 'failed to create notebook' when I click on create-> notebookIs anyone else facing the same issue? if so, any tips on how to resolve it?
I am using runtime 9.1LTSI have a R notebook that reads a csv into a R dataframe and does some transformations and finally is converted to spark dataframe using the createDataFrame function.after that when I call the display function on this spark da...
Thank you @Louis_Frolio and @pradeep_singh for the detailed explanation. I will discuss your inputs with the team and get back in case we have more question..
Hi @jose_gonzalez ,I think it was because there was too many notebooks in my workspace. I deleted a few folders and am now able to create a new notebook and attach cluster and run commands.Thanks!