Project Description
Showcase selected plots for drawing initial conclusions on toy dataset `mtcars`.-
explore_data
directory: implement class for reading data and plotting
-
app.py
-
requirements.txt
- clone repo locally
- create an environment with the contents of the
requirements.txt
file; if you are using conda: install pip first (e.g. viaconda install pip
and thenpip install -r requirements.txt
) - run
streamlit run app.py
for seeing an example dashboard for the analysis.
- clone repo locally
- build image with
docker build -t streamlitchurnapp:latest -f docker/Dockerfile .
- run image with
docker run --rm -p 8501:8501 --name test_streamlit_app streamlitchurnapp:latest
- in your web browser: map your localhost to port 8501 in container
- hit this url https://firstry.streamlit.app
- plots for categorical data
- run statistical tests to complement first conclusions based on plots
- make all plots
plotly
Carlos Pumar-Frohberg
Comments, questions and/or feedback are welcome!