Hey, I got two things that might be of interest for you:
Screenshots with all the learnsets for the Pokémon in the game. The screenshot are from last week, so pretty recent, they are named as the dex number for the corresponding Pokémon.
A complete dataset with the data available in the images mentioned in the previous point. The data is in csv and in the following table format.
id
pokemon_name
n_dex
move
learn
level
91
bulbasaur
1
Growl
START
1
90
bulbasaur
1
Tackle
START
1
89
bulbasaur
1
Growl
LEVEL
3
…
…
…
…
…
…
54521 Total rows.
A few final considerations:
- I only spent like 2 days cleaning the data during my free time, so there may be a small error here and there, but nothing major.
- I know that there are a few mistakes in my screenshots, basically some duplications. I took care of that in the data cleaning process, but didn't really modify the images. There is the possibility that some Pokémon is missing in the dataset, I didn't really check for that and that part of the whole process was done with a lot of human intervention.
Everything was done with SQL, Python and Excel.
Let me know if you can make use of any of these two things. I don't mind helping with the data or something else if you need it in a different format.