From the course: Azure Spark Databricks Essential Training

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Use Databricks Delta

Use Databricks Delta

- [Narrator] So I'm working with the Databricks Delta sample notebook and I've attached this notebook and run it to the ML Cluster. Now this needed some input data, so I've provided both of these things and I'll show you where they are here. So if I go to to the demos and I go to import you can see that you have the notebook here and then I have this csv file. Now this is a publicly available file and I've done a bit of data prep, so you might just want to use this file, but let me explain how this works. So we're going to be working with this Lending Club data. So you can see the data dictionary here. If you want the raw sample you can get it here. You have to strip off the first header row and the bottom two informational rows for it to load properly. Now what I've done to prepare it as a table, because this notebook starts with, and this is what the data looks like its whether or not somebody got a loan and the…

Contents