E5. Use slicing notation, select everyother Pokemon from rows 251 to 259 (inclusive)
E6. Using the shape attribute, display the number ofrows and columns in the data-set.
E7.Using the dtypes attribute, display the data typesof the columns in the data-set.
E8. Call the info function on the DataFrame. Youshould see information about the 21 columns of the data-set.
E9. Display summary statistics for the data-set.
E5. Use slicing notation, select every other Pokemon from rows 251 to 259 (inclusive) E6. Using the shape attribute, dis
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am