Skip to content

Tanmay-coderr/csv__analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CSV Analyzer

This Python script analyzes and cleans any CSV file. It performs basic data analysis, handles missing values, and saves the cleaned data.

Features

  • Automatically loads any CSV file and analyzes it.
  • Provides summary statistics for all numeric columns.
  • Shows unique value counts for each column.
  • Option to handle missing data by dropping rows with missing values.
  • Saves the cleaned data to a new CSV file (optional).

Installation

  1. Install Python 3.x from https://www.python.org/.
  2. Install pandas using:
    pip install pandas

Running the script

1.Open the test_csv_2.py file using vscode.
2.Run the script.
3.Enter the path of the csv file.
4.You will get the analyzed data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages