# Visualization of the
"Who is your Favorite Pokémon" Survey Results The newest entries of the Poké main series, [Pokémon Sword and Pokémon Shield](http://swordshield.pokemon.com/en-us/), will be released later this year. However, the new generation of pocket monsters came with the news that [you won't be able to complete the national Pokédex](http://www.nintendolife.com/news/2019/06/you_cannot_have_a_complete_national_pokedex_in_pokemon_sword_and_shield). In other words, you won't be able to capture all the Pokémon from previous 7 generations. In a series where "Gotta catch'em all" is its catch phrase, this caused a huge backslash by some members of the community1. Their main argument was that "every Pokémon is someone's favorite". In order to test this, reddit user [`mamamia1001`](https://www.reddit.com/user/mamamia1001/) created a survey to record Pokémon preference. He also [analyzed the survey results and made the dataset public](https://www.reddit.com/r/pokemon/comments/c0w4s0/favourite_pok%C3%A9mon_survey_results/). In this project, I redid `mamamia1001`'s analysis: Pokémon preference by generation, type, family, etc. However, instead of reporting the dry numbers, I generated graphical visualizations of the results. I am also including some analysis on my own, such as voting trends in time and trying to find an explanation to what makes people prefer certain Pokémon. #### You can [find the plots here](https://nbviewer.jupyter.org/github/arturomoncadatorres/favorite-pokemon/blob/master/scripts/favorite_pokemon_nocode.ipynb). #### You can [find the plots (*with code*) here](https://nbviewer.jupyter.org/github/arturomoncadatorres/favorite-pokemon/blob/master/scripts/favorite_pokemon.ipynb). If you are interested in a more interactive (although more shallow) analysis of the data, please check out [my other repository](https://github.com/arturomoncadatorres/favorite-pokemon-interactive). Here, I created a Bokeh app to show the survey results for a specific Pokémon. I hope to keep expanding this analysis on my free time. On the mean time, if you have any comments or suggestions, feel free to [raise an issue here](https://github.com/arturomoncadatorres/favorite-pokemon/issues) [or drop me a line in Twitter (@amoncadatorres)](http://www.twitter.com/amoncadatorres). ---- 1 Data Scientist Juan De Dios Santos analyzed [Twitter's reaction](https://twitter.com/hashtag/BringBackTheNationaldex) using Natural Language Processing. He did a very cool job, [feel free to check it out!](https://github.com/juandes/bring-back-pokedex-nlp)