Data Analysis using Python_Homework1.docx
Data Analysis using Python_Homework1.docx
This assignment is designed to give you practice writing code and applying lessons and
topics for the current module.
The Assignment
In this assignment, you will analyze data about unidentified flying object (UFO) reports and get
to use functions from the csv module for importing, reading, and exploring the data. For each
question, there are clear instructions in each cell. Follow those instructions and write the code
after each “# your code here”.
We’ll use nbgrader, a Jupyter Notebooks testing platform, to test whether each function
implementation is correct. You can see the exact test we are running in the cell right below your
solution.
All of the data is contained within the “ufo-sightings.csv” file. The dataset contains over
80,000 reports of UFO sightings over the last century. There are 11 columns: datetime, city,
state, country, shape, duration (seconds), duration (hours/min), comments, date posted, latitude,
longitude
Submission
Data Analysis using Python
Open the Jupyter Notebook directly in Coursera (which you will find in the item soon after this
reading). The Coursera lab includes the ufo-sightings.csv file. To complete the assignment,
complete the provided Jupyter Notebook file, following the detailed instructions in each cell.
Test your submission before submitting by following the instructions on the assignment page in
Coursera. When you’re happy with your solutions, click the ‘Submit Assignment’ button in the
top right.
Evaluation