Open benhuckell opened 3 years ago
Hello Ben!
Thank you for the work! It looks good! Could you please merge educationDataset.csv
into daily_df.csv
so that other regression analyses can use these variables. You can do the merging in data_wrangling.py
Mark
1) Cleaned education dataset with the following columns (all by county). File is saved /data/cleaned/educationDataset.csv
2) Visualizations of these quantities superimposed onto US Map (all code in the jupyter notebook educationEDA). I have done a brief write up on each of these datasets on the report including where they came from, how they were conducted, and what they include. In addition, I have provided some examples that are also now in the report if anyone would like to take a look.
3) I have found sources for the mean state/county temperature as well as the population density data. Tomorrow morning I will be adding these to the cleaned education dataset and starting off with a quick correlation check, and then onto a more thorough regression analysis to hopefully isolate for education levels. Ill also be looking into possibly animating the US map plot results which could be a pretty nice graphic to include on the final report.