Phase 1 · Programming & CS Foundations

Projects

Command-Line Data Cleaner

Part of the AI Engineer Roadmap.

Summary

A CLI tool that reads a messy CSV/JSON file, cleans it (missing values, formatting, duplicates) and writes out a clean version.

How to Learn This

  • 1Accept a file path via command-line arguments (`argparse`).
  • 2Implement at least three cleaning rules: dedup, missing-value handling, type coercion.
  • 3Add clear logging so a user can see what was changed.

More projects in Programming & CS Foundations

InsideEdge

Stuck on this topic? Ask an Insider

Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.

Download
InsideEdge