This is a quick demo of what can be done with the Pokemon REST API and pandas! In this project, we go over accessing data via an API GET request, transforming the output data from json into a pandas dataframe, and querying + aggregating the data with pandas to answer some questions. We are going to be using the pokemon endpoint for the PokeAPI, documentation on this and the other endpoints can be found in the notebook.
Read More