Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too many empty subindicators in the rich data view graph. #206

Open
adieyal opened this issue Feb 2, 2021 · 0 comments
Open

Too many empty subindicators in the rich data view graph. #206

adieyal opened this issue Feb 2, 2021 · 0 comments

Comments

@adieyal
Copy link
Contributor

adieyal commented Feb 2, 2021

  1. https://sifar-wazi.openup.org.za/#geo:CPT
  2. Open the rich data view
  3. Navigate to population by age
  4. Notice that we have almost duplicated subindicators - i.e. "00-04" and "00 - 04" - except that latter have 0 values

https://trello.com/c/f78RwyAi/651-too-many-empty-subindicators-in-the-rich-data-view-graph

Data Example:

only 85+ is correct.

{
  "00-04": {
    "count": 736838.02
  },
  "05-09": {
    "count": 700292.3
  },
  "10-14": {
    "count": 647388.56
  },
  "15-19": {
    "count": 587785.08
  },
  "20-24": {
    "count": 715927.06
  },
  ....
  "80-84": {
    "count": 42785.32
  },
  "85+": {
    "count": 26930.34,
    "children": {
      "199001": 30,
      ....
    }
  },
  "00 - 04": {
    "children": {
      "199001": 864,
      ...
    }
  },
  "05 - 09": {
    "children": {
      "199001": 807,
      ...
    }
  },
  ...
}
@BarisSari BarisSari self-assigned this Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants