├── README.md ├── data-engineering ├── Configurations.dbc ├── DBC │ ├── 01-Introduction-to-Azure-Databricks.dbc │ ├── 03-Reading-and-writing-data-in-Azure-Databricks.dbc │ ├── 04-Working-With-Dataframes.dbc │ ├── 05-Lazy-Evaluation-and-Performance.dbc │ ├── 06-DataFrame-Column-Operations.dbc │ ├── 07-Dataframe-Advanced-Methods.dbc │ ├── 08-Azure-Databricks-Security-Data-Protection.dbc │ ├── 09-Building-And-Querying-A-Delta-Lake.dbc │ ├── 10-Structured-Streaming.dbc │ ├── 11-Delta-Lake-Architecture.dbc │ ├── 12-Production-Workloads-with-Azure-Data-Factory.dbc │ ├── 13-CI-CD-with-Azure-Devops.dbc │ └── 14-Integrating-with-other-Azure-Services.dbc └── Includes.dbc └── data-science ├── 05-User-Defined-Function.dbc ├── 07-Machine-Learning.dbc ├── 08-Train-a-ML-model.dbc ├── 09-MLflow.dbc ├── 10-Hyperparameter-Tuning.dbc ├── 11-Deep-Learning.dbc └── 12-Azure-Machine-Learning-Deployment.dbc /README.md: -------------------------------------------------------------------------------- 1 | # microsoft-learning-paths-databricks-notebooks 2 | Contains notebooks used in the Microsoft Azure Databricks Learning Paths modules. 3 | -------------------------------------------------------------------------------- /data-engineering/Configurations.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-engineering/Configurations.dbc -------------------------------------------------------------------------------- /data-engineering/DBC/01-Introduction-to-Azure-Databricks.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-engineering/DBC/01-Introduction-to-Azure-Databricks.dbc -------------------------------------------------------------------------------- /data-engineering/DBC/03-Reading-and-writing-data-in-Azure-Databricks.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-engineering/DBC/03-Reading-and-writing-data-in-Azure-Databricks.dbc -------------------------------------------------------------------------------- /data-engineering/DBC/04-Working-With-Dataframes.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-engineering/DBC/04-Working-With-Dataframes.dbc -------------------------------------------------------------------------------- /data-engineering/DBC/05-Lazy-Evaluation-and-Performance.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-engineering/DBC/05-Lazy-Evaluation-and-Performance.dbc -------------------------------------------------------------------------------- /data-engineering/DBC/06-DataFrame-Column-Operations.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-engineering/DBC/06-DataFrame-Column-Operations.dbc -------------------------------------------------------------------------------- /data-engineering/DBC/07-Dataframe-Advanced-Methods.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-engineering/DBC/07-Dataframe-Advanced-Methods.dbc -------------------------------------------------------------------------------- /data-engineering/DBC/08-Azure-Databricks-Security-Data-Protection.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-engineering/DBC/08-Azure-Databricks-Security-Data-Protection.dbc -------------------------------------------------------------------------------- /data-engineering/DBC/09-Building-And-Querying-A-Delta-Lake.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-engineering/DBC/09-Building-And-Querying-A-Delta-Lake.dbc -------------------------------------------------------------------------------- /data-engineering/DBC/10-Structured-Streaming.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-engineering/DBC/10-Structured-Streaming.dbc -------------------------------------------------------------------------------- /data-engineering/DBC/11-Delta-Lake-Architecture.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-engineering/DBC/11-Delta-Lake-Architecture.dbc -------------------------------------------------------------------------------- /data-engineering/DBC/12-Production-Workloads-with-Azure-Data-Factory.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-engineering/DBC/12-Production-Workloads-with-Azure-Data-Factory.dbc -------------------------------------------------------------------------------- /data-engineering/DBC/13-CI-CD-with-Azure-Devops.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-engineering/DBC/13-CI-CD-with-Azure-Devops.dbc -------------------------------------------------------------------------------- /data-engineering/DBC/14-Integrating-with-other-Azure-Services.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-engineering/DBC/14-Integrating-with-other-Azure-Services.dbc -------------------------------------------------------------------------------- /data-engineering/Includes.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-engineering/Includes.dbc -------------------------------------------------------------------------------- /data-science/05-User-Defined-Function.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-science/05-User-Defined-Function.dbc -------------------------------------------------------------------------------- /data-science/07-Machine-Learning.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-science/07-Machine-Learning.dbc -------------------------------------------------------------------------------- /data-science/08-Train-a-ML-model.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-science/08-Train-a-ML-model.dbc -------------------------------------------------------------------------------- /data-science/09-MLflow.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-science/09-MLflow.dbc -------------------------------------------------------------------------------- /data-science/10-Hyperparameter-Tuning.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-science/10-Hyperparameter-Tuning.dbc -------------------------------------------------------------------------------- /data-science/11-Deep-Learning.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-science/11-Deep-Learning.dbc -------------------------------------------------------------------------------- /data-science/12-Azure-Machine-Learning-Deployment.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/solliancenet/microsoft-learning-paths-databricks-notebooks/adb53e5813e1a759a892fecff1658ece31ec1394/data-science/12-Azure-Machine-Learning-Deployment.dbc --------------------------------------------------------------------------------