https://github.com/muhammadzaeemaltaf/python-streamlit-web-app
https://github.com/muhammadzaeemaltaf/python-streamlit-web-app
pandas python streamlit webapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muhammadzaeemaltaf/python-streamlit-web-app
- Owner: muhammadzaeemaltaf
- Created: 2025-02-19T08:18:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T08:36:14.000Z (over 1 year ago)
- Last Synced: 2025-02-19T09:29:00.071Z (over 1 year ago)
- Topics: pandas, python, streamlit, webapp
- Language: Python
- Homepage: https://st-data-sweeper.streamlit.app/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Data Sweeper
Data Sweeper is a versatile tool for converting and cleaning CSV, Excel, and JSON files with built-in visualizations and AI-powered Q&A.
## Features
- Convert files between CSV, Excel, JSON, and PDF.
- Data cleaning: remove duplicates and fill missing values.
- Enhanced visualizations with Streamlit.
- AI-powered Q&A for data insights.
## Installation
- Ensure Python is installed.
- Install required packages:
```
pip install streamlit pandas openpyxl matplotlib seaborn google-generativeai
```
## Usage
Run the app via:
```
streamlit run main.py
```
- Upload your CSV, Excel, or JSON files.
- Choose data cleaning, conversion, and visualization options.
- Download the processed file in your desired format.