Skip to content

Conversation

@Shreyas-GN
Copy link

Data Analysis Tool

Overview

The Data Analysis Tool is a Python application designed to read CSV and Excel files, perform data cleaning, and generate visualizations such as bar charts and pie charts. It leverages the pandas and Matplotlib libraries to facilitate data analysis and visualization.

Features

  • Load data from CSV or Excel files.
  • Perform basic data cleaning (remove duplicates, handle missing values).
  • Generate visualizations (bar charts and pie charts) for specified columns.

Prerequisites

Make sure you have Python installed along with the following libraries:

  • pandas
  • matplotlib
  • openpyxl (for reading Excel files)

You can install the required libraries using pip:

pip install pandas matplotlib openpyxl
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulations!! 🎉 @Shreyas-GN for making your first PR. We will review the changes soon and merge finally.😊 Do give a star ⭐ meanwhile if you like this project.

@Shreyas-GN Shreyas-GN closed this by deleting the head repository Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant