01-21-2022 09:30 AM
I am new to databricks platform.
dataFrame.to_delta('/dbfs/Projects/', index_col='index')
01-25-2022 06:32 AM
you can just use spark.read.format("delta").load("path to the parent folder of 'delta_log'-folder")
or save it as a table and read that table.
https://docs.microsoft.com/en-us/azure/databricks/delta/quick-start
01-21-2022 11:50 AM
Hi @Vivek Ranjan! My name is Piper, and I'm a moderator for the community. Welcome to Databricks and the community! Thank you for your question. We give our members time to respond to questions before we circle back.
Thanks in advance for your patience and best wishes on your Databricks journey.
01-25-2022 06:32 AM
you can just use spark.read.format("delta").load("path to the parent folder of 'delta_log'-folder")
or save it as a table and read that table.
https://docs.microsoft.com/en-us/azure/databricks/delta/quick-start
01-26-2022 08:42 AM
@Vivek Ranjan - Does werners' response answer your question? If yes, would you be happy to mark it as best so that other members can find the solution more quickly?
05-12-2022 06:50 AM
Hey there @Vivek Ranjan
Hope you are doing great!
Just wanted to check in if you were able to resolve your issue or do you need more help? We'd love to hear from you.
Thanks!
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.
If there isn’t a group near you, start one and help create a community that brings people together.
Request a New Group