CODES
Data Cleaning and Blending
The NYT dataset doesn’t include information about county population, so I’m going to merge the two datasets into one using Python and pd.merge()
.
merge in Pandasby using a SQL JOIN or
a VLOOKUP in Excel
Before we do that, we first need to clean the data
check the Github repo here.
No comments:
Post a Comment