├── Chapter_03 ├── AWInternetSales.csv ├── AWPreliminaryEDA.dbc └── Notebook_Example.dbc ├── Chapter_04 ├── AW_WidgetsAndDashboards.dbc └── AW_WidgetsAndDashboards_withoutput.dbc ├── Chapter_05 ├── SQLNotebooks.dbc └── data │ ├── DimAccount.csv │ ├── DimCurrency.csv │ ├── DimCustomer.csv │ ├── DimDate.csv │ ├── DimDepartmentGroup.csv │ ├── DimEmployee.csv │ ├── DimGeography.csv │ ├── DimOrganization.csv │ ├── DimProduct.csv │ ├── DimProductCategory.csv │ ├── DimProductSubcategory.csv │ ├── DimPromotion.csv │ ├── DimReseller.csv │ ├── DimSalesReason.csv │ ├── DimSalesTerritory.csv │ ├── DimScenario.csv │ ├── DimeGeography.csv │ ├── FactCallCenter.csv │ ├── FactCurrencyRate.csv │ ├── FactInternetSales.csv │ ├── FactInternetSalesReason.csv │ ├── FactResellerSales.csv │ ├── FactSalesQuota.csv │ └── FactSurveyResponse.csv ├── Chapter_06 ├── AW_Python_EDA.dbc ├── AW_Python_EDA_withoutput.dbc └── data │ ├── DimSalesReason.csv │ ├── FactInternetSalesReason.csv │ ├── hamlet.txt │ ├── storequota.json │ └── storesales.json ├── Chapter_07 ├── AW_R_SparkR_EDA.dbc ├── AW_R_SparkR_EDA_withoutput.dbc ├── AW_R_sparklyr_EDA.dbc ├── AW_R_sparklyr_EDA_withoutput.dbc └── DimGeography.csv ├── Chapter_08 ├── AW_Scala_EDA.dbc └── AW_Scala_EDA_withoutput.dbc ├── Chapter_09 ├── AW_Scala_UsingAzureDataStorage.dbc └── DimOrganization.csv ├── Chapter_10 ├── AW_Scala _UsingDataSources.dbc ├── AW_Scala _UsingDataSources_withoutput.dbc ├── DimProductCategoryFixedLength.csv └── purchaseorder.xml ├── Chapter_11 └── DatabricksML.dbc └── README.md /Chapter_03/AWInternetSales.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_03/AWInternetSales.csv -------------------------------------------------------------------------------- /Chapter_03/AWPreliminaryEDA.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_03/AWPreliminaryEDA.dbc -------------------------------------------------------------------------------- /Chapter_03/Notebook_Example.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_03/Notebook_Example.dbc -------------------------------------------------------------------------------- /Chapter_04/AW_WidgetsAndDashboards.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_04/AW_WidgetsAndDashboards.dbc -------------------------------------------------------------------------------- /Chapter_04/AW_WidgetsAndDashboards_withoutput.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_04/AW_WidgetsAndDashboards_withoutput.dbc -------------------------------------------------------------------------------- /Chapter_05/SQLNotebooks.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/SQLNotebooks.dbc -------------------------------------------------------------------------------- /Chapter_05/data/DimAccount.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimAccount.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimCurrency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimCurrency.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimCustomer.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimCustomer.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimDate.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimDate.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimDepartmentGroup.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimDepartmentGroup.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimEmployee.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimEmployee.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimGeography.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimGeography.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimOrganization.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimOrganization.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimProduct.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimProduct.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimProductCategory.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimProductCategory.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimProductSubcategory.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimProductSubcategory.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimPromotion.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimPromotion.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimReseller.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimReseller.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimSalesReason.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimSalesReason.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimSalesTerritory.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimSalesTerritory.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimScenario.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimScenario.csv -------------------------------------------------------------------------------- /Chapter_05/data/DimeGeography.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/DimeGeography.csv -------------------------------------------------------------------------------- /Chapter_05/data/FactCallCenter.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/FactCallCenter.csv -------------------------------------------------------------------------------- /Chapter_05/data/FactCurrencyRate.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/FactCurrencyRate.csv -------------------------------------------------------------------------------- /Chapter_05/data/FactInternetSales.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/FactInternetSales.csv -------------------------------------------------------------------------------- /Chapter_05/data/FactInternetSalesReason.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/FactInternetSalesReason.csv -------------------------------------------------------------------------------- /Chapter_05/data/FactResellerSales.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/FactResellerSales.csv -------------------------------------------------------------------------------- /Chapter_05/data/FactSalesQuota.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/FactSalesQuota.csv -------------------------------------------------------------------------------- /Chapter_05/data/FactSurveyResponse.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_05/data/FactSurveyResponse.csv -------------------------------------------------------------------------------- /Chapter_06/AW_Python_EDA.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_06/AW_Python_EDA.dbc -------------------------------------------------------------------------------- /Chapter_06/AW_Python_EDA_withoutput.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_06/AW_Python_EDA_withoutput.dbc -------------------------------------------------------------------------------- /Chapter_06/data/DimSalesReason.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_06/data/DimSalesReason.csv -------------------------------------------------------------------------------- /Chapter_06/data/FactInternetSalesReason.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_06/data/FactInternetSalesReason.csv -------------------------------------------------------------------------------- /Chapter_06/data/hamlet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_06/data/hamlet.txt -------------------------------------------------------------------------------- /Chapter_06/data/storequota.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_06/data/storequota.json -------------------------------------------------------------------------------- /Chapter_06/data/storesales.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_06/data/storesales.json -------------------------------------------------------------------------------- /Chapter_07/AW_R_SparkR_EDA.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_07/AW_R_SparkR_EDA.dbc -------------------------------------------------------------------------------- /Chapter_07/AW_R_SparkR_EDA_withoutput.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_07/AW_R_SparkR_EDA_withoutput.dbc -------------------------------------------------------------------------------- /Chapter_07/AW_R_sparklyr_EDA.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_07/AW_R_sparklyr_EDA.dbc -------------------------------------------------------------------------------- /Chapter_07/AW_R_sparklyr_EDA_withoutput.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_07/AW_R_sparklyr_EDA_withoutput.dbc -------------------------------------------------------------------------------- /Chapter_07/DimGeography.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_07/DimGeography.csv -------------------------------------------------------------------------------- /Chapter_08/AW_Scala_EDA.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_08/AW_Scala_EDA.dbc -------------------------------------------------------------------------------- /Chapter_08/AW_Scala_EDA_withoutput.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_08/AW_Scala_EDA_withoutput.dbc -------------------------------------------------------------------------------- /Chapter_09/AW_Scala_UsingAzureDataStorage.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_09/AW_Scala_UsingAzureDataStorage.dbc -------------------------------------------------------------------------------- /Chapter_09/DimOrganization.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_09/DimOrganization.csv -------------------------------------------------------------------------------- /Chapter_10/AW_Scala _UsingDataSources.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_10/AW_Scala _UsingDataSources.dbc -------------------------------------------------------------------------------- /Chapter_10/AW_Scala _UsingDataSources_withoutput.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_10/AW_Scala _UsingDataSources_withoutput.dbc -------------------------------------------------------------------------------- /Chapter_10/DimProductCategoryFixedLength.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_10/DimProductCategoryFixedLength.csv -------------------------------------------------------------------------------- /Chapter_10/purchaseorder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_10/purchaseorder.xml -------------------------------------------------------------------------------- /Chapter_11/DatabricksML.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcafferky/masterazuredatabrickssbs/HEAD/Chapter_11/DatabricksML.dbc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Master Azure Databricks 2 | --------------------------------------------------------------------------------