I noticed that joining to companies.csv introduces additional rows to the data frame because some EINs correspond to multiple dance styles. I added this section in load_wrangle_filter.Rmd to resolve this. If we want to look at the dance information later we can include a modified csv in the data directory.
This will only affect a couple of rows, but will be important in some of the plots that count number of observations after joining to companies.csv. Rerunning those files after running the updated load_wrangle_filter.Rmd will resolve this!
I noticed that joining to
companies.csv
introduces additional rows to the data frame because some EINs correspond to multiple dance styles. I added this section inload_wrangle_filter.Rmd
to resolve this. If we want to look at the dance information later we can include a modified csv in the data directory.This will only affect a couple of rows, but will be important in some of the plots that count number of observations after joining to
companies.csv.
Rerunning those files after running the updatedload_wrangle_filter.Rmd
will resolve this!