About the Data page
This page displays a responsive table containing the data used in the visualizations using a bootstrap table component. The data comes from exporting the .csv file as HTML/ converting it to HTML. Pandas has a nifty method approprately called to_html that allows you to generate a HTML table from a pandas dataframe.