Dance-Data-Project / smith-capstone-23

MIT License
0 stars 1 forks source link

only keep EIN and organization name in the csv #51

Closed q-w-a closed 1 year ago

q-w-a commented 1 year ago

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!