An open API service indexing awesome lists of open source software.

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

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.