Skip to content

DanielKobina/US-state-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

state-data

Assigned project I created for an introduction to programming course at Michigan State University.

Students are required to:

  • continuously ask the user to input a file until a valid name is entered
  • read the content of the file while storing data in a data structure
  • display extreme values (maximum and minimum) for the GDP per capita and per capita income of each state in the chosen region
  • allow the user to choose two valid economic values (as independent and dependent) to plot data points
  • draw a linear regression line on the plot based on the data points
State_Data.py contains my implementation of the project
State_Data.csv contains the economic data for each U.S. state

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages