by
shamly
• New Contributor III
- 4703 Views
- 4 replies
- 4 kudos
I am trying to read a csv and do an activity from azure storage account using databricks shell script. I wanted to add this shell script into my big python code for other sources as well. I have created widgets for file path in python. I have created...
- 4703 Views
- 4 replies
- 4 kudos
Latest Reply
You can mount the storage account and then can set env level variable and can do the operation that you want.
3 More Replies
- 2306 Views
- 2 replies
- 1 kudos
I am facing issue in while accessing python data frame in Scala shell and vice versa. I am getting error variable not defined.
- 2306 Views
- 2 replies
- 1 kudos
Latest Reply
The context is not shared between Scala and Python so you won't be able to access the same variables directly. However you can use createOrReplaceTempView to create a temporary view of your dataframe and read it in the other language with read_df = s...
1 More Replies