Comp 151 Project 4

Working with Excel Data Part I

Summary:

This project will allow you to continue to practice with functions, return values and parameters, along with some useful examination of data in an excel file for a tiny bit of data analysis.

Due: Monday April 4th at 11:59pm

 

Description:

Last week (As of this assignment) the US released population change and migration data for counties across the US during the mid 2020 to mid 2021 period. Since this data is so fresh, lets examine this data.

Your program needs to use functions

First as usual, create a new project - again have your name in the project so I know who did the project.

Next Download the countyPopChange2020-2021.xlsx file and put it into your project folder

In your program you will



Additional  requirements:

Your code must be commented

use functions. 


To help me identify your work, make the name of your project

yourFirstInitialLastNameProject3

(so mine would be JSantoreProject3)
And put the following at the beginning of the program as a comment:



Project Submission

Submit the project by putting it on github as a private project and making me a collaborator as before.