Session Ready
Exercise

Describing data

Let continue investigating our historical stock data for Alphabet. In this exercise you will be asked to look at the summary statistics for the dataset. This is something you will want to do with most financial data to understand its range and shape. Once again the data is loaded into a DataFrame named alphabet.

Instructions 1/3
undefined XP
  • 1
    • Get the summary statistics for all of the numeric columns.
    • 2
      • Get the summary statistics only for columns whose type is int.
    • 3
      • Get the summary statistics for all numeric columns, but with percentiles for %30, %50, and %60.