COHHIO / ryha

R Shiny app for analyzing COHHIO Youth Homelessness Data
GNU Affero General Public License v3.0
8 stars 1 forks source link

Extra "5" sankey chart category #35

Open mthomas-ketchbrook opened 1 year ago

mthomas-ketchbrook commented 1 year ago

On the "Dental Health Status" & "Mental Health Status" sankey charts (on the "Health" page), there is a strange value of "5" at the top right corner of each chart (see image below).

image

IvanM26 commented 11 months ago

When I run the app with mock data I don't see this issue:

image

We should investigate if there is a problem with the data stored in the database. Maybe a "5" was stored as "5 " and it is not being un-coded properly. If that is the case, we might want to add a layer of processing to the values such as removing blank spaces.