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

Time series integrity #1787

Open
ncooder opened this issue Aug 17, 2024 · 0 comments
Open

Time series integrity #1787

ncooder opened this issue Aug 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ncooder
Copy link

ncooder commented Aug 17, 2024

Add built-in schema validation capabilities to pandera. It should check time series gaps based on datestamp gaps.
Time series data typically requires continuous timestamps without gaps. Currently, users have to implement their own custom solutions to check for missing periods. A built-in method would be useful to verify the continuity of timestamps. For example, if you have a time series with daily data from 2010-01-01 to 2020-01-01, there shouldn't be any gaps, such as a missing entry for 2019-01-02 or any other date. This method should work for various frequencies, not just daily data.

@ncooder ncooder added the enhancement New feature or request label Aug 17, 2024
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