visualization-seminar

Tutorial-style look into Data Visualization with Python

View the Project on GitHub lucasdurand/visualization-seminar

Dashboards

Creating interactive visualizations that allow people to explore for themselves is a common endpoint for your data science projects. They take into account each of the elements we’ve touched today and when done well can be very impressive.

Making dashboards (and making them well) is quite difficult. At their simplest, they are a full web application (or desktop thing if you’re using a tool like Tableau), but there a few frameworks out their to make this easier. Today we will focus on Dash, made by the folks at plotly.