Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agungbudiwirawan/data_science_in_telco-data_cleansing

Data cleansing using python: handling missing data values, outliers, and standardized values.
https://github.com/agungbudiwirawan/data_science_in_telco-data_cleansing

data-analysis-python data-cleansing data-science pandas python

Last synced: 22 days ago
JSON representation

Data cleansing using python: handling missing data values, outliers, and standardized values.

Awesome Lists containing this project

README

        

# Data Science in Telco: Data Cleansing
### Overview
The goal of this project is to clean the data before it is processed. Data cleaning, such as handling duplication of values, overcoming missing values, overcoming outliers, and standardizing values.
### Library
- Pandas
- Matplotlib
### Algorithm
- Handling missing values by droping rows
- Handling missing values by filling them using the median
- Handling outliers by interquartile range
- Standardizing the value by replacing the value
### Certificate
![alt text](certificate.png)