Chapter 1 introduced the basics of tabulating data by implementing the pandas library and graphically representing data in 2D and 3D space by implementing the Matplotlib library. Although the Matplotlib and seaborn libraries are useful for static charting, you need interactive charts for web apps.
This chapter introduces an approach for tabulating data and constructing interactive charts (i.e., box-whisker plot, histogram, scatter plot, scatter matrix, density ...