Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Application

How to Submit

Your answers to this chapter’s application questions should be added to the notebook template.

Submit the Colab link on Canvas for the assignment submission.

Application Questions

Q1: Create your own Series object. Write code the accomplishes the following tasks. Your answer for these items should include a Python program + comments that document process and explain your code.

Q2: Create your own small DataFrame. Write code that accomplishes the following tasks. Your answer for these items should include a Python program + comments that document process and explain your code.

Q3A: Load a structured data file as a DataFrame. You’re welcome to use your own data file, the file from Thursday’s in-class work, or the sample-data.csv file provided with this lab (GitHub, Google Drive).

Q3B: Using the DataFrame you created for Q3A, write code that accomplishes the following tasks. Your answer for these items should include a Python program + comments that document process and explain your code.

Q3C: Using the DataFrame you created for Q7A, write code that executes AT LEAST FOUR (4) of the following tasks. Your answer for these items should include a Python program + comments that document process and explain your code.