One of the Azure Data Bricks Interview question recently asked in Infosys and Inxiteout interview.
We need to explain how to pass parameters from Azure Data Factory to Databricks Notebook.
Lets see how we can achieve with real time scenario.
Mentioning the dataframe details here
list = [(101,'prod1',1200,'Bangalore'),(102,'prod2',1050,'Bangalore'),(103,'prod3',900,'Mysore'),(104,'prod4',950, 'Mysore')]
header = ['pid','name','sales','region']
df3 = spark.createDataFrame(list,header)
df3.display()
For more Azure Data Bricks interview questions. Check out our playlist.
[ Ссылка ]
Contact us:
info@cloudchallengers.com
Follow us on
Instagram : instagram.com/cloudchallengers
Facebook : facebook.com/cloudchallengers
LinkedIn : linkedin.com/company/cloudchallengers
Ещё видео!