Skip to content

This GitHub repository contains a Python script designed to clean CSV files by removing commas from cells and replacing backslashes with forward slashes. The script serves as a convenient tool for data preprocessing, making it easier to work with CSV data in various applications.

Notifications You must be signed in to change notification settings

ScientistIzaak/CSV_Cleaner_Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CSV_Cleaner_Template

This GitHub repository contains a Python script designed to cleans CSV files by removing commas from cell values and replacing backslashes () with forward slashes (/). It processes all .csv files in a specified folder, creating a cleaned version of each file with _clean appended to the filename, while preserving the original files.

About

This GitHub repository contains a Python script designed to clean CSV files by removing commas from cells and replacing backslashes with forward slashes. The script serves as a convenient tool for data preprocessing, making it easier to work with CSV data in various applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages