Final visualizations can be viewed at my profile on Tableau public: https://public.tableau.com/app/profile/tinnon.luong/vizzes
Create a visually appealing dashboard to illustrate the 151 Pokémon from the Pokémon Diamond and Pearl games.
- Display all Pokémon information listed on the Pokédex (Number, Name, Type(s), and Stats).
- Count the number of Pokémon in every type (Fire, Water, Grass, etc).
- Create your own team by selecting 6 Pokémon to display on a graph.
- Highlight the top ten Pokémon in every stat category (Hp, Atk, Def, etc).
This project utilizes the PokéAPI, an open-source api, to fetch Pokémon data.
Using python, data is then cleaned, transformed, and exported as csv files to use in Tableau.
In Tableau, connect to the csv files, and start building your visualizations! I learned how to edit data sources, apply parameters and create calculated fields to enhance my graphs and dashboards.