Closed programgames closed 1 month ago
A good example of what happened :
Hi @programgames, thanks for the PR. Could you please run black .
on your branch and push again?
@programgames I've checked out locally your PR. I think the sorting isn't a problem. So since there are some conflicts with the master
branch I'd ask you to rerun the script on the new master
data and then force-push or reopen another pull request.
Ok CI is running #1149
Hello, I scraped pokemon moves from the Legend Pokemon Arceus version group from https://www.serebii.net/ . There is the file i generated : lpa.csv I wanted to make a fusion of this with the original file using a little script without adding all the data at the end of the file. So i tried to understand how this file is sorted and I tought that the data was sorted using colums ( in this order ) : pokemon_id, move_id, pokemon_move_method_id, level
So I created this little script :
But as you can see in the new file generated, lpa mooves seems to be inserted in the good places, but some old mooves are mooved. Do you have an idea ? Or a better way to just insert new data ?