E5. Use slicing notation, select every other Pokemon from rows 251 to 259 (inclusive) E6. Using the shape attribute, dis
Posted: Sun Jul 10, 2022 11:30 am
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.
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.