https://github.com/zawaung7791/streamlit-data-viewer
Data previewer using streamlit, plotly and python
https://github.com/zawaung7791/streamlit-data-viewer
data plotly python streamlit
Last synced: 2 months ago
JSON representation
Data previewer using streamlit, plotly and python
- Host: GitHub
- URL: https://github.com/zawaung7791/streamlit-data-viewer
- Owner: zawaung7791
- Created: 2024-11-18T12:18:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T23:17:13.000Z (over 1 year ago)
- Last Synced: 2026-01-01T23:20:43.668Z (6 months ago)
- Topics: data, plotly, python, streamlit
- Language: Python
- Homepage: https://zawaung7791-streamlit-data-viewer-main-1nxzxg.streamlit.app/
- Size: 11.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# streamlit-data-viewer
A demo app using Streamlit and Plotly.
Quickly load and analyse data for data structure, column types, summary stats.
Plot graphs for distributions, boxplot, correlation heatmap, scatter graph and pie chart.
## Installation
1) Make a virtual environment, e.g. python -m venv .venv
2) Activate virtual environment on Linux -> source .venv/bin/activate and on Windows -> .venv\Scripts\activate
3) Use pip or uv pip (if installed) to install the required packages from requirements.txt, pip install -r requirements.txt
## Running the app
1) streamlit run ./main.py
2) View the app -> localhost:8501 or 127.0.0.1:8501