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

list to struct #3317

Merged
merged 1 commit into from
May 6, 2022
Merged

list to struct #3317

merged 1 commit into from
May 6, 2022

Conversation

ritchie46
Copy link
Member

closes #3282

@github-actions github-actions bot added python Related to Python Polars rust Related to Rust Polars labels May 6, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #3317 (51def9c) into master (ad2234e) will increase coverage by 0.03%.
The diff coverage is 90.00%.

❗ Current head 51def9c differs from pull request most recent head 0556e57. Consider uploading reports for the commit 0556e57 to get more accurate results

@@            Coverage Diff             @@
##           master    #3317      +/-   ##
==========================================
+ Coverage   77.50%   77.53%   +0.03%     
==========================================
  Files         385      387       +2     
  Lines       67700    67778      +78     
==========================================
+ Hits        52471    52552      +81     
+ Misses      15229    15226       -3     
Impacted Files Coverage Δ
py-polars/src/lazy/dsl.rs 90.55% <83.33%> (-0.14%) ⬇️
...ars/polars-ops/src/chunked_array/list/to_struct.rs 87.50% <87.50%> (ø)
polars/polars-arrow/src/kernels/list.rs 98.64% <100.00%> (+0.03%) ⬆️
...rs/polars-core/src/chunked_array/list/namespace.rs 88.93% <100.00%> (ø)
polars/polars-core/src/datatypes.rs 68.86% <100.00%> (+3.01%) ⬆️
polars/polars-lazy/src/dsl/list.rs 90.20% <100.00%> (+0.73%) ⬆️
polars/polars-ops/src/chunked_array/list/mod.rs 100.00% <100.00%> (ø)
py-polars/polars/internals/expr.py 94.97% <100.00%> (+0.01%) ⬆️
...core/src/chunked_array/logical/categorical/from.rs 21.62% <0.00%> (-18.92%) ⬇️
.../src/logical_plan/optimizer/slice_pushdown_expr.rs 26.58% <0.00%> (-2.54%) ⬇️
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ad2234e...0556e57. Read the comment docs.

@ritchie46 ritchie46 merged commit 4963e53 into master May 6, 2022
@ritchie46 ritchie46 deleted the list_struct branch May 6, 2022 13:06
moritzwilksch pushed a commit to moritzwilksch/polars that referenced this pull request May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add unnest for List dtype
2 participants