azavea / fb-gender-survey-dashboard

Interactive exploration of global results from the Facebook "Survey on Gender Equality At Home
https://gender-survey-dashboard.netlify.app/
Apache License 2.0
2 stars 2 forks source link

Process 2021 config data #120

Closed TaiWilkin closed 2 years ago

TaiWilkin commented 2 years ago

Overview

Updates the data processing script to handle the new 2021 column names and use the 2021 config data.

Updates the categories to: Norms, Access, and Agency (A); Time Spent and Care (B ); COVID's impact (C); and Demographics (D).

Note that the full 2021 data is not yet available, so selecting 2021 in the app will currently result in no data being displayed. There will also be null values for some questions when 2020 is selected, because some questions weren't asked in 2020. However, the application has been updated to handle null data gracefully, and this will be followed by #113, which will hide questions in the selector which are invalid for current year/location selections.

Connects #112

Demo

Screen Shot 2021-10-25 at 4 41 12 PM Screen Shot 2021-10-25 at 5 05 34 PM Screen Shot 2021-10-25 at 4 39 43 PM

Notes

We will still need to update to use the full 2021 dataset once it is available - see #119. However, proceeding with this task prior to the full dataset becoming available unblocks multiple other tasks, and the future data update should be quick (assuming no additional structural changes).

Testing Instructions

rajadain commented 2 years ago

Taking a look now

TaiWilkin commented 2 years ago

Thank you for reviewing!