Demo: Read and write data in Azure Databricks
The demo walks through a complete code example showing OAuth authentication, reading a CSV file into a DataFrame, extracting distinct product IDs, and writing results back to the data lake. It also demonstrates lazy evaluation where operations are deferred until output is requested.