Write a Python ETL script: Reads a CSV from Azure Blob Storage (raw/ container). Cleans the data (drop nulls, rename columns). Writes the result back to Blob (processed/ container). Containerise it ...