python-geeks / Automation-scripts

Repo for creating awesome automation scripts to make my panda lazier
MIT License
1.04k stars 562 forks source link

Add files via upload #999

Open Shreyas-GN opened 1 month ago

Shreyas-GN commented 1 month ago

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

Prerequisites

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

You can install the required libraries using pip:


pip install pandas matplotlib openpyxl