Write a pandas pipeline that ingests this CSV description, handles missing values with per-column strategies you justify, normalises dtypes, and outputs a validated DataFrame. Use method chaining, type hints, and add three assertion checks that would catch silent data corruption. [DESCRIBE COLUMNS]
▸ ready to runWrite a pandas pipeline that ingests this CSV description, handles missing values with per-column strategies you justify, normalises dtypes, and outputs a validated DataFrame. Use method chaining, type hints, and add three assertion checks that would catch silent data corruption. [DESCRIBE COLUMNS]
Pandas Cleanup Pipeline Builder
A data-cleaning prompt that demands per-column justification and built-in assertions — the difference between a script and a pipeline you can trust next month. Method chaining keeps the result readable in review.
