Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed Basic Math for Data Analysis!
You have completed Basic Math for Data Analysis!
Instruction
Minimum, Maximum, and Median
Weโre going to be learning to calculate various statistical data on small data sets. Weโll start by doing this manually, but weโll also be coding portions to utilize Python to do those calculations for us. Click the โLaunch Workspaceโ button to open the Python workspace weโll use for this course. Inside, youโll find a file named basic_math.py. Type or copy/paste the code into the file and save ...