A FastAPI-based REST API for retrieving restaurant orders with detailed item and payment information. python-api/ ├── main.py # FastAPI application entry point ├── database/ # Database models and data ...
A production-ready Python ETL pipeline that automates the consolidation and cleaning of disparate data files into analysis-ready datasets. This project solves real-world data quality issues and saves ...