For part 4, we'll go back to working with theoriginal pokedex dataset. The DataFrame should still beloaded inside of the pokedex variable.
E32. Display the number of pokemon in each of the Type2 catgories.
E33. Create a pie chart that visualizes the number of Pokemon ineach Type 2 category. Set the figsize tobe 6 units wide, 6 units high, and with a fontsize of 12. Set ylabel='' when you callthe pie function. This pie chart is a good example of whypie charts are not so great. Making comparisons betweensimilar-sized slices of the pie chart is difficult. The chartshould resemble the following:
For part 4, we'll go back to working with the original pokedex dataset. The DataFrame should still be loaded inside of t
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am