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

fix: timeseries gap comparison failing with no gaps for date index #1551

Merged
merged 2 commits into from
Feb 21, 2024

Conversation

alexbarros
Copy link
Contributor

When calculating gap statistics for date indexes, when there were no gaps the gap_stats.min() returned a NaT which lead to failures while trying to render it.
Also fixed a small error on time series statistics overview tab

@alexbarros alexbarros merged commit 2cea23a into develop Feb 21, 2024
17 of 24 checks passed
@alexbarros alexbarros deleted the fix/timeseries_gap_comparison branch February 21, 2024 16:16
aquemy pushed a commit that referenced this pull request Feb 26, 2024
…1551)

* fix: ts gap comparison failing with no gaps

* fix(linting): code formatting

---------

Co-authored-by: Azory YData Bot <azory@ydata.ai>
fabclmnt added a commit that referenced this pull request Apr 5, 2024
* chore(actions): update actions/cache action to v4

* fix: comparison to_json pd.Series encoding error (#1538)

* fix: comparison to_json pd.Series encoding error

* fix(linting): code formatting

* fix: unit test

* fix(linting): code formatting

---------

Co-authored-by: Azory YData Bot <azory@ydata.ai>

* closes #1504 - switch create_expectation_suite with add_expectation_suite (#1540)

* fix: timeseries gap comparison failing with no gaps for date index (#1551)

* fix: ts gap comparison failing with no gaps

* fix(linting): code formatting

---------

Co-authored-by: Azory YData Bot <azory@ydata.ai>

* chore: readme

* docs: update docs readme.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Barros <alexbarros@users.noreply.github.com>
Co-authored-by: Azory YData Bot <azory@ydata.ai>
Co-authored-by: Nadav Shatz <nadav@tailorbrands.com>
Co-authored-by: Fabiana Clemente <fabianaclemente@Fabianas-MacBook-Air.local>
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

Successfully merging this pull request may close these issues.

None yet

3 participants