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

ENH: add data validation #8

Open
vkhodygo opened this issue Nov 22, 2022 · 1 comment
Open

ENH: add data validation #8

vkhodygo opened this issue Nov 22, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vkhodygo
Copy link
Member

vkhodygo commented Nov 22, 2022

  • check that MultiIndex is valid everywhere
  • values of the population pyramid are either uint or values are positive integers
  • values of mortality rates are in range that is positive and no more than 100_000, also must be no outliers? dtype must be float or smth
  • birth numbers are uint or positive integers

Strictly speaking, any population change must be a non-negative integer, but there is no data records like that?

@vkhodygo vkhodygo added the enhancement New feature or request label Nov 22, 2022
@vkhodygo vkhodygo self-assigned this Nov 22, 2022
@vkhodygo
Copy link
Member Author

See 59d35d7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant