pola-rs / polars

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

fix(python): Fix `Series.to_numpy` for Array types with nulls and nested Arrays #16230

Closed stinodego closed 1 month ago

stinodego commented 1 month ago

Closes https://github.com/pola-rs/polars/issues/14268

Changes

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 94.84536% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 80.80%. Comparing base (15f6b36) to head (c464493). Report is 17 commits behind head on main.

Files Patch % Lines
py-polars/src/series/export.rs 77.77% 4 Missing :warning:
py-polars/src/to_numpy.rs 98.59% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16230 +/- ## ========================================== - Coverage 80.85% 80.80% -0.06% ========================================== Files 1394 1393 -1 Lines 179955 179388 -567 Branches 2909 2921 +12 ========================================== - Hits 145508 144958 -550 + Misses 33942 33927 -15 + Partials 505 503 -2 ```

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