Skip to content

p627997/Python-Data-Wrangling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🧹 Data Wrangling using Python

πŸ“– Overview

Data Wrangling (also known as Data Munging) is the process of cleaning, structuring, and transforming raw data into a usable format for analysis.
This project demonstrates how to perform data wrangling in Python using Pandas β€” covering tasks like handling missing values, removing duplicates, and feature engineering.


πŸš€ Features

  • Handle missing and inconsistent data
  • Convert string values to numeric types
  • Remove duplicate records
  • Add new derived columns (feature engineering)
  • Prepare clean data for analysis or machine learning

🐍 Technologies Used

  • Python 3.x
  • Pandas

Checkout my blog on how to implement Data Wrangling using Python:

Mastering Data Wrangling in Python: Clean, Transform & Unlock Hidden Insights

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages