https://github.com/kushalv238/datavisualizer
This Streamlit application, "DataVisualizer," was developed as part of a Data Warehousing and Mining course at DJSCE. It facilitates data analysis and visualization tasks, allowing users to upload datasets, perform analyses (including OLAP operations), and visualize data using various chart types.
https://github.com/kushalv238/datavisualizer
datavisualization olap plots streamlit
Last synced: 2 months ago
JSON representation
This Streamlit application, "DataVisualizer," was developed as part of a Data Warehousing and Mining course at DJSCE. It facilitates data analysis and visualization tasks, allowing users to upload datasets, perform analyses (including OLAP operations), and visualize data using various chart types.
- Host: GitHub
- URL: https://github.com/kushalv238/datavisualizer
- Owner: kushalv238
- Created: 2023-12-06T19:21:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T13:01:44.000Z (over 2 years ago)
- Last Synced: 2025-01-28T16:14:37.420Z (over 1 year ago)
- Topics: datavisualization, olap, plots, streamlit
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# **Data Visualization & Analysis**
## Contributers
* Kushal Vadodaria
* Isha Mistry
* Kely Mistry
## Pre-requisites
* streamlit
* pandas
## Instructions to run the project
>Clone this project
```bash
git clone https://github.com/kushalv238/datavisualizer.git
```
>Go inside the installed project directory
```bash
cd datavisualizer
```
>Create new virtual environment
```bash
python -m venv venv
```
>Start the environment
```bash
.\venv\Scripts\activate
```
>Install the prerequisites
```bash
pip install streamlit pandas
```
>Run the file using streamlit
```bash
streamlit run main.py
```