Over this and the next few problems you will work to build up a program that calculates central tendencies for two columns of data located in the covid19.csv file(originally from the CDC website).
For this problem, focus on calculating the median for the 1st Dose Allocations column. Once you have added the median action block, run the program. The following is the output you should expect to get.
Central Tendencies of the following Column: 1st Dose Allocations Mean: 62061.63265306125 Median: 38025.0 Standard Deviation: 0.0 Variance: 0.0 Kurtosis: 0.0
Coding:
Hotkey Shortcuts
Move BlocksUP or DOWN or TAB
Run Program ALT + SHIFT + R
Stop Program ALT + SHIFT + S
Hide Tray ALT + SHIFT + X
Zoom In ALT + +
Zoom Out ALT + -
Open Help ALT + SHIFT + H
Navigate to Tray ALT + 1
Navigate to Blocks ALT + 2
Enter Navigation Mode SHIFT + ENTER
Blocks
Hint
Great job!
Try again
The previous solution has been added to this program so the only calculation you will add is the median block. Add the median action block after the select action and before the output blocks. In the next problems, you will calculate the other measures of central tendencies.
Central Tendencies of the following Column: 1st Dose Allocations
Mean: 62061.63265306125
Median: 38025.0
Standard Deviation: 0.0
Variance: 0.0
Kurtosis: 0.0