Session Ready
Exercise

Understanding the data

Let's now make some sense from the data. By calculating and printing the summary statistics, you can get a quick overview of the data.

You'll get count, mean, std, percentiles, min and max values for each numeric column. This should help us identify columns which might need special care.

Instructions 1/2
undefined XP
  • 1
  • 2
  • Read the file "environmental.json".
  • Print the summary statistics for the dataframe.