Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files via upload #999

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant