Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baimamboukar/python_data_cleaning
Data cleaning automation for emails in csv and excel files
https://github.com/baimamboukar/python_data_cleaning
automation csv data-cleaning excel oop-principles python3
Last synced: 11 days ago
JSON representation
Data cleaning automation for emails in csv and excel files
- Host: GitHub
- URL: https://github.com/baimamboukar/python_data_cleaning
- Owner: baimamboukar
- Created: 2022-01-06T00:26:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T17:35:30.000Z (almost 3 years ago)
- Last Synced: 2024-11-12T21:19:57.219Z (2 months ago)
- Topics: automation, csv, data-cleaning, excel, oop-principles, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 139 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PYTHON PROGRAMMING
### 🎯 The ICT University | Fall 2021
### 🎯 Course Instructor: Mr. Fru Emmanuel
### 🎯 Assignment: Simple Data cleaning automation with python# Documentation
- The DataCleaner class in autmation.py contains the scripts of automating data cleaning with python
- The datasource folder contains the initial excel and csv files
- The cleandata folder will contain the generated excel and csv files that contains the cleaned data after the cleaning process
- The notebook_scripts folder contains interactive jupyter notebook scripts for excel and csv file data cleaning
# SCREENSHOTS![Screenshot from 2022-01-06 02-23-36](https://user-images.githubusercontent.com/49169158/148313321-da7d7d07-88c1-4ec1-b489-ed1a64e28282.png)
![Screenshot from 2022-01-06 02-23-56](https://user-images.githubusercontent.com/49169158/148313332-d652749a-d25b-4a5f-ae40-70339e7e99bd.png)
![Screenshot from 2022-01-06 02-24-06](https://user-images.githubusercontent.com/49169158/148313335-d20c9ca5-5bb9-4a93-ba47-67d03aed3c27.png)
![Screenshot from 2022-01-06 02-24-44](https://user-images.githubusercontent.com/49169158/148313338-bc788728-eb04-4ee3-9f4e-a1c89af6cd65.png)
![Screenshot from 2022-01-06 02-24-59](https://user-images.githubusercontent.com/49169158/148313339-2cdd1894-a07d-4c0c-960d-a9b5e20b47a9.png)