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!

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 ...