My Biodiversity Project

See: https://github.com/JHLinMaine/SpeciesNationalParks.git for code and original plots
note that the slide deck url is at: Species Observations at Four National Parks - Google Slides

I spent a lot of time on this one. First getting familiar with the data sets and figuring out what could be gleaned from them separately and together. I merged them, created single purpose data frames of species of interest, and created a lot of graphs. What became clear after awhile was that the observations data was fictional. Made any statistical analysis bogus (other than to prove that the data was too similar to be genuine). It was good to practice pandas df manipulation and graphing. I think my code is clear and well documented.

GitHub still intimidates me. Have figured out how to do python coding in Jupiter and quite like it as an IDE.