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

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

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