Python Data Visualization Transcripts
Chapter: Dash
Lecture: Final app overview
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
For a final coding section, we will build a full featured app that showcases many
0:06
of dashes interactive components. So the app will include a histogram and a
0:11
scatter plot will be able to filter the data using a range slider for the year will also have toggle based options for filtering by transmission type.
0:21
And then we will also allow you to select items in the scatter plot and display them in a data table. And this will be a very quick overview of some
0:33
of the complex features that you can do in dash, but it should give you a really good start for your own data visualizations.