Page 1 of 1

Python exercise using Panda library, Please provide screen shot of the solution code Start with : Data set - is freely a

Posted: Fri Jul 01, 2022 5:34 am
by answerhappygod
Python exercise using Panda library,
Please provide screen shot of the solution code
Start with :
Data set - is freely available online - to ensure its same one1-entry name is 'Bulbasaur , last entry name number 721 is'Volcanion'
1. Find the most common type-combination of thedataset. You only care about type combinations, i.e. Pokemonsthat have two types. so for example a combination could be(”Grass”, ”Poison”)
2. Using the original Pokemon dataset - make a scatterplot oftheir attack and defence.