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

resolve person count discrepancy #5

Open
fdefalco opened this issue Dec 8, 2021 · 1 comment
Open

resolve person count discrepancy #5

fdefalco opened this issue Dec 8, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@fdefalco
Copy link
Contributor

fdefalco commented Dec 8, 2021

the achilles exported person.json file's SUMMARY attribute / ATTRIBUTE_NAME: "Number of Persons" ATTRIBUTE_VALUE is different from the value provided in the index.json / releases / release / count_person

@fdefalco fdefalco self-assigned this Dec 8, 2021
@fdefalco fdefalco added the bug Something isn't working label Dec 8, 2021
@peterprinsen-iknl
Copy link

You probably already know the reason but if not (and since I dug into it before I saw the bug posted): the number of persons in "Number of people" on the Data Source Overview page is based on the counts in BIRTH_YEAR_DATE in person.json (it's the sum of all those counts). Those come from Achilles query 3 but results of that query with a count smaller or equal to smallCellCount are not reported (in our case everyone born between 1887 and 1892). So the sum is lower than the actual number of persons in the PERSON table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants