PROOFWORK · PUBLIC DELIVERY PROOF
A tested Python CLI that deduplicates a CSV by named key columns while preserving row and column order. Standard library only; no uploads, accounts, or network calls.
python3 csv_dedupe.py sample.csv cleaned.csv --key id
Implementation · Tests · Sample input · Expected output · README · Source archive