Skip to content

Draw initial conclusions on `mtcars` based on simple plots.

Notifications You must be signed in to change notification settings

cpumarfrohberg/playground_plots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Showcase plots

Project Description

Showcase selected plots for drawing initial conclusions on toy dataset `mtcars`.

Content of the project

    1. explore_data directory: implement class for reading data and plotting
    1. app.py
    1. requirements.txt

For running the analysis in designated environment

  • clone repo locally
  • create an environment with the contents of the requirements.txt file; if you are using conda: install pip first (e.g. via conda install pip and then pip install -r requirements.txt)
  • run streamlit run app.py for seeing an example dashboard for the analysis.

For running the app in a docker container

  • 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

For running on your browser/yur phone

Next steps

  • plots for categorical data
  • run statistical tests to complement first conclusions based on plots
  • make all plots plotly

Author

Carlos Pumar-Frohberg

🤝 Support

Comments, questions and/or feedback are welcome!

About

Draw initial conclusions on `mtcars` based on simple plots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published