CPI Dashboard
The CPI Dashboard gathers various data from US BLS and US EIA website to visualize the trend of CPI values against different commodity over time. CPI Dashboard Preview: https://cpi-dashboard-tjdc.onrender.com/ Obtaining Data from US BLS API: https://thecodingmango.com/updating-data-for-cpi-dashboard-part-1/ Obtaining Data from US EIA API: https://thecodingmango.com/updating-data-for-cpi-dashboard-part-2/ Building the CPI Dashboard using Python Dash:…