You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cleaned education dataset with the following columns (all by county). File is saved /data/cleaned/educationDataset.csv
Median Household income
Unemployment Rate
Various measures of education level
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.
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.
The text was updated successfully, but these errors were encountered: