Every data team has the same nightmare. You get a CSV from a stakeholder. It has: Dates in 3 different formats Missing customer IDs on 20% of rows A price of £999.99 that should be £9.99 Column names ...
To use other Python packages in your Azure Functions app, list them in a requirements.txt file at the root of your project. These packages are imported by Python's import system, and you can then ...