- 2298 Views
- 0 replies
- 1 kudos
I have a large delta table that I need to analyze in native R. The only option I have currently is to query the delta table then use collect() to bring that spark dataframe into an R dataframe. Is there an alternative method that would allow me to qu...
- 2298 Views
- 0 replies
- 1 kudos
- 4373 Views
- 4 replies
- 4 kudos
Recently I ran into a number issues running with our notebooks in Interactive Mode. For example, we can't create (delta) table. The command would run and then idle for no apparent exception. The path is created on AWS S3 but delta log is never create...
- 4373 Views
- 4 replies
- 4 kudos
Latest Reply
The Admin can disable the possibility to use the no Isolate Shared cluster. I recommend you to switch to Single user where UC is activated. Don't worry you won't need to change your code. If you encounter this kind of issues, make sure to open a tick...
3 More Replies
by
Hunter
• New Contributor III
- 23734 Views
- 7 replies
- 6 kudos
I am creating plots in databricks using python and matplotlib. These look great in notebook and I can save them to the dbfs usingplt.savefig("/dbfs/FileStore/tables/[plot_name].png")I can then download the png files to my computer individually by pas...
- 23734 Views
- 7 replies
- 6 kudos
Latest Reply
Thanks everyone! I am already at a place where I can download a png to FileStore and use a url to download that file locally. What I was wondering was if there is some databricks function I can use to launch the url that references the png file and d...
6 More Replies