Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 235 Bytes

File metadata and controls

12 lines (9 loc) · 235 Bytes

Python Data Cleaning Script

This project demonstrates a simple Python utility for cleaning raw CSV data.

Features

  • Removes duplicate rows
  • Handles missing values
  • Exports cleaned data for analysis

Tools

  • Python
  • Pandas