-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SM/USUM pokedex data #269
Conversation
LGTM, from a cursory glance. You're correct that we usually prefer not to scrape data from other sites, but in this case, pokedex numbers are so visible that the risk of them being inaccurate is probably pretty small. |
422,21,341 | ||
422,25,88 | ||
422E,16,260 | ||
422E,20,75 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two rows are invalid. 422E
should be 422
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, somehow missed those.
423,21,342 | ||
423,25,89 | ||
423E,16,261 | ||
423E,20,76 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
Thanks! |
Data courtesy of Bulbapedia.
Late edit: I understand the data in this repository shouldn't come from other fansites, but since I wanted the data anyway I opted to try to give back to this awesome dataset. I checked the edit history of the Pokedex page on Bulbapedia and it seems they never had to make a change, so I suspect they have a good source although I must admit I didn't check them all individually.