1. Open the files 
birddf StateBird.csv
incomedf State income.csv
DRLeandf DemRebLeaning.csv

merge the files on state call it df

 2. groupby df on birds and draw a bar chart representing this.


 3. Draw a scatter plot from df of income verse dem/reb Leaning


 4. Open the file
merged_2020.csv call it colldf
may need to read the data.ymal file in the  CollegeScorecard_Raw_Data_04262022.zip to understand the data in mereged_2020.csv

 5. groupby the data into a new data frame called StudentPop with just state, total number of students

 6. groupby the data in colldf into a a new data frame called StudentPell with just state, and weighted average of Pell recipients

 7. merge the four dfs: StudentPop, StudentPell, birddf, incomedf 

 8. groupby on birds and draw a bar chart representing this.

 9. do a scatter plot between Student pell and state income.

10. Collect your own data and show an example of a heatmap.

811 Collect your own data and show an example of a geo plot.