Tag: python
All the articles with the tag "python".
-
Building a Robust Multi-Format Data Ingestion Pipeline with Auditability and Versioning
Updated:How we designed and implemented a scalable ingestion pipeline with support for CSV, Parquet, and JSON, built-in schema validation, and timestamped snapshots — forming the foundation for a reproducible AI/ML workflow.
-
Production-Grade Data Cleaning Workflow for the Titanic Dataset (pandas, 2025)
Updated:A modern, production-ready pandas workflow for cleaning the Titanic dataset—covering path setup, missing data handling, and categorical encoding with best practices.