Skip to content

Commit

Permalink
Merge pull request #19 from BruhatM/main
Browse files Browse the repository at this point in the history
Update reflection-milestone2.md
  • Loading branch information
jachang0628 authored Jan 23, 2021
2 parents cfed502 + 3a299e7 commit 5af99f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/reflection-milestone2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ By developing our initial idea and proposal, our team has completed a dashboard

According to the <a href=https://github.com/UBC-MDS/DSCI_532_group26/issues/14>feedback</a> from TA, we finally have chosen to use a proportion of the population to represent Y-axis instead of the count, since the proportion is more straightforward for users to have a sense of the distribution. We achieved this by manipulating the pandas dataframe and calculated the proportion before plotting.

The left panel contains two filters that users can choose to filter by location or/and filter by date. The location filter affects the first bar plot in the top left and users can choose the countries that they want to see. For example, they can filter the USA, Canada, the UK, France, etc. By changing the date, all the 4 plots will only include the corresponding input date range. Hence, users can fix a certain period that they are extremely interested in.
The left panel contains two filters that users can choose to filter by location or/and filter by date. The location filter affects the first bar plot in the top left and users can choose the countries that they want to see. For example, they can filter the USA, Canada, the UK, France, etc. By changing the date, all the 4 plots will only include the corresponding input date range. Hence, users can fix a certain period that they are extremely interested in. The user can also filter the plots for a particular gender by clicking on the corresponding gender on the legend.

In the right panel, there are 4 bar plots to represent the proportion of the population based on country, family history, workplace benefits, whether an individual sought help, separately. All the plots are divided by gender using facets as well.

Expand All @@ -15,4 +15,4 @@ There are still a few points our team may cover and enhance in the next mileston

- After re-understanding the raw data, our team found the field *work_interfere* hints us whether an individual has a mental illness or not. *work_interfere* includes levels, 'Often', 'Rarely', 'Never', 'Sometimes', and nan. Anyone who said 'Often' or 'Rarely' means they have some sort of mental illness. By adding *work_interfere* in the processed data, our dashboard can reveal useful information such as which country might have the highest possibility to encounter mental illness problem for living in 2014, do female have a higher chance to face much working pressure leading to mental illnesses compared with a male, etc.

- Improve the user experience of the dashboard, and use more meaningful colour to interpret the processed data in the dashboard.
- Improve the user experience of the dashboard, and use more meaningful colour to interpret the processed data in the dashboard.

0 comments on commit 5af99f7

Please sign in to comment.