Skip to content

adiOrInder/csv-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧹 CSV Cleaner

A simple Python CLI tool to clean CSV files by removing rows with missing values and optionally dropping specific columns.


πŸš€ Features

  • Removes rows with any null (NaN) values
  • Optionally drops selected columns
  • Saves the cleaned file with a cleaned_ prefix
  • Shows how many rows/columns were removed
  • CLI-friendly with argparse
  • Easily extendable!

πŸ›  Installation

Clone the repo and install it locally:

git clone https://github.com/your-username/csv-cleaner.git
cd csv-cleaner
pip install -e .

πŸ“¦ Usage

csvc <your_csv_file> [--report] [--dropColumns col1 col2 ...]

About

A simple Python CLI tool to clean CSV files by removing rows with missing values and optionally dropping specific columns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages