Data Analysis and Visualization with sidetable and Bokeh
Data is everywhere, and to make proper sense of it, data analysis plays an important role. Data analysis discovers hidden patterns in the pile of data that eventually lead to more purposeful use of data in decision-making. However, visuals communicate the analysis results more quickly than numbers and tables. Therefore, data analysis and data visualizations go hand in hand.
In this project, we’ll explore sidetable, an extension of pandas library, to perform data analysis. We’ll also learn how to display the gist of these analyses via visualizations created with the Bokeh library.