Interview Guides
You're starting work on a new reporting pipeline for a finance team. The source data comes from a REST API, and the output needs to be shaped into a clean quarterly budget review dataset that analysts can use without manual cleanup.
How would you use Python to pull data from a REST API and format it for a quarterly budget review?