Closed mattsmithtaiko closed 1 year ago
When I compare the plot by race/ethnicity I only get 4 bars per year but I expect 8.
There are now the expected 7 ethnicities listed in the DCIDs:
Unit tests are now passing also.
We may need to review how this dataset if formatted. See here cc @amiersmith I think S&E Occupations are summary statistics for each occupation. nsf23306-tab006-002.pdf We'll have to consider how to render between each of the summary categories for occupation, it seems.
I see... have you handled this in other data sets? Do we currently have a way to handle summary statistics? If not I think just remove them since users can get the same data by selecting the checkboxes for each of the subsets.
After reviewing the source dataset, what seemed to be summary stats for occupation, turns out to be included in the total for each level of gender and race/ethnicity. So we should be good to merge this.
After discussion, I've commented out the ScienceAndEngineeringOccupation summary stat to unblock this PR and created #238 to track adding support for summary stats.
Create UI files for the nsf23306_6_2 dataset.
Closes #160.