Skip to content

fix: align multi-level indices before merge in to_dataframe()#3733

Merged
TaiSakuma merged 4 commits intoscikit-hep:mainfrom
TaiSakuma:fix-3694
Dec 5, 2025
Merged

fix: align multi-level indices before merge in to_dataframe()#3733
TaiSakuma merged 4 commits intoscikit-hep:mainfrom
TaiSakuma:fix-3694

Conversation

@TaiSakuma
Copy link
Copy Markdown
Member

@TaiSakuma TaiSakuma commented Nov 14, 2025

Resolve #3694.

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 14, 2025

Codecov Report

❌ Patch coverage is 87.50000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.71%. Comparing base (b749e49) to head (9746d3b).
⚠️ Report is 481 commits behind head on main.

Files with missing lines Patch % Lines
src/awkward/operations/ak_to_dataframe.py 87.50% 2 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
src/awkward/operations/ak_to_dataframe.py 92.20% <87.50%> (+1.58%) ⬆️

... and 199 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Copy Markdown

The documentation preview is ready to be viewed at http://preview.awkward-array.org.s3-website.us-east-1.amazonaws.com/PR3733

@TaiSakuma TaiSakuma requested a review from ariostas December 4, 2025 16:39
Copy link
Copy Markdown
Member

@ariostas ariostas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great! Thank you, @TaiSakuma

Copy link
Copy Markdown
Member

@ianna ianna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TaiSakuma - thanks for fixing it! Please go ahead and merge it. Thanks

@TaiSakuma TaiSakuma merged commit cc965cc into scikit-hep:main Dec 5, 2025
68 of 71 checks passed
ikrommyd pushed a commit to ikrommyd/awkward that referenced this pull request Dec 9, 2025
…it-hep#3733)

* Align multi-level indices in `to_dataframe()`

* Update a test

* Add a test

* style: pre-commit fixes

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@TaiSakuma TaiSakuma deleted the fix-3694 branch December 11, 2025 19:29
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.

Data destruction during conversion to dataframe of nested arrays

3 participants