Data Science 1 Problems

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10

Selecting Data

This program uses the Cats.csv file to find the mean of a column from the data. Find the column that has a mean of 15.417910447761205 by choosing a select column block from the tray, dropping it into the program before the mean is calculated, and running it.

There are only four columns in this data that can be used to find the mean. This includes Minimum Life Span at index 2, Maximum Life Span at index 3, Minimum Weight at index 4, and Maximum Weight at index 5.

Coding:

Blocks

PreviousNext