{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Homework 7 - Chapter 12" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "- Due Date: Tuesday, March 25th no later than 11:59 p.m.\n", "- Partner Information: **You must complete this assignment individually**.\n", "- Submission Instructions: Upload your solution, entitled **YourFirstName-YourLastName-Homework7.ipynb** to the \n", "BrightSpace Homework 7 Dropbox.\n", "- Deadline Reminder: Once the submission deadline passes, BrightSpace will no longer accept your submission and you will no longer be able to earn credit. \n", "Thus, if you are not able to fully complete the assignment, submit whatever you have before the deadline so that partial credit can be earned." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Starting Code" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "from datascience import *\n", "%matplotlib inline\n", "import numpy as np" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Download the file **mariners.csv** and place it\n", "into the same directory as this Jupyter notebook.\n", "The file contains information about the Seattle Mariners 2024 baseball season." ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
Game Number | Attendance | \n", "
---|---|
1 | 45337 | \n", "
2 | 30013 | \n", "
3 | 32149 | \n", "
4 | 29331 | \n", "
... (158 rows omitted)
" ], "text/plain": [ "