Skip to content

Commit 1456286

Browse files
committed
Changed to use now published survey data, update dicts accordingly
1 parent 05b2ddc commit 1456286

18 files changed

Lines changed: 5111 additions & 7028 deletions

dashboard/analysis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def filter_dataframe(df: pd.DataFrame, include: list=None, exclude: List[Tuple[s
5353
df = df[include].dropna(how = "all", subset = include).astype(as_type)
5454

5555
for key, val in exclude:
56+
print(key, val)
5657
df = df.loc[~df[key].isin(val)]
5758

5859
if exclude_nan:

dashboard/barchart_allowed_back.txt

Lines changed: 0 additions & 261 deletions
This file was deleted.

dashboard/data/20211130_HMCCommSurvey_clean.csv

Lines changed: 0 additions & 1164 deletions
This file was deleted.

dashboard/data/HMC_community_survey2021_merged_all_replies.csv

Lines changed: 0 additions & 1284 deletions
This file was deleted.

dashboard/data/barchart_allowed.txt renamed to dashboard/data/display_specifications/barchart_allowed.txt

File renamed without changes.

dashboard/data/corr_chart_allowed.txt renamed to dashboard/data/display_specifications/corr_chart_allowed.txt

File renamed without changes.

dashboard/data/filters.txt renamed to dashboard/data/display_specifications/filters.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ Earth Science
55
Engineering Science
66
Life Science
77
Mathematics
8-
Other
98
Physics
109
Psychology

dashboard/data/filters_methods.txt renamed to dashboard/data/display_specifications/filters_methods.txt

File renamed without changes.

0 commit comments

Comments
 (0)