Project 1

OECD API

Data gets sourced from the publicly available OECD dataset, which counts 894 individual dataset, of which 216 are available through their OECD API.

JSON Data retrieval

API call fetches all OECD agencies and loads the individual datasets from JSON. In Pandas dataframes the data gets transformed into a nicer to handle format.
These dataframes, then get exported into .csv files and stored.

Python Dash / Plotly Dashboard

Interactive Dashboard, which has an initial dropdown to select the dataset of interest.
After loading the respective dataset, further filtering is possible through all available observations.
Data can be color coded by an observation.

Next steps

  • Run checks on various datasets
  • SSH code onto webserver to run dashboard on
    Exploring Cloud
  • Improve UX
    • Better descriptions
    • Better navigation menu
    • Remove redundancies and dead ends