You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(explode): rename ignore_index to ignoreIndex in ExplodeOptions
The ExplodeOptions interface used snake_case `ignore_index` while all
tests and TypeScript conventions use camelCase `ignoreIndex`. This caused
three test failures:
- explodeSeries > "resets to RangeIndex when ignoreIndex=true"
- explodeDataFrame > "resets to RangeIndex when ignoreIndex=true"
- property test "ignore_index produces RangeIndex 0..n-1"
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments