pola-rs / polars

Dataframes powered by a multithreaded, vectorized query engine, written in Rust
https://docs.pola.rs
Other
26.63k stars 1.63k forks source link

fix(python): Correctly handle large timedelta objects in Series constructor #16043

Closed stinodego closed 2 weeks ago

stinodego commented 2 weeks ago

Closes #16042

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.95%. Comparing base (6730a72) to head (1e9ec10).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16043 +/- ## ========================================== - Coverage 80.96% 80.95% -0.01% ========================================== Files 1386 1386 Lines 178379 178386 +7 Branches 3064 3064 ========================================== - Hits 144424 144413 -11 - Misses 33466 33483 +17 - Partials 489 490 +1 ``` | [Flag](https://app.codecov.io/gh/pola-rs/polars/pull/16043/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pola-rs) | Coverage Δ | | |---|---|---| | [python](https://app.codecov.io/gh/pola-rs/polars/pull/16043/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pola-rs) | `74.47% <100.00%> (-0.03%)` | :arrow_down: | | [rust](https://app.codecov.io/gh/pola-rs/polars/pull/16043/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pola-rs) | `78.13% <92.30%> (-0.01%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pola-rs#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.