Skip to content

n-dett/csv-data-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv-data-cleaner

csv-data-cleaner is a simple Python script for cleaning messy CSV files. It reads a CSV file, applies a series of data cleaning steps, and writes a cleaned version to a new file.

Features

The script performs the following cleaning operations:

  • Removes leading and trailing whitespace from column names
  • Converts all column names to lowercase
  • Replaces spaces and special characters in column names with underscores
  • Converts all name data to title case
  • Standardizes date formats
  • Aggregates duplicate entries
  • Saves the cleaned data to cleaned_data.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages