#
This question uses the pokemon dataset (df
), of which ten rows are shown below:
Question Text#
Subset
With the DataFrame above, how would you subset the database to return only -type Pokemon that have an HP points?
Note: You should check both columns for the type - in other words, a pokemon is considered of that type if either Type 1 or Type 2 has that type.
Answer Section#
pl-submission-panel#
Attribution#
Problem is licensed under the CC-BY-NC-SA 4.0 license.