Fix falsy Grouper key and level handling - #24225
fallintoplace wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (4)
Included review availability: Your plan provides up to 12 included reviews per hour; 8 remain after this review. 📝 SummarySummary by CodeRabbit
WalkthroughChangesThe grouper and resample paths now treat non- Grouper routing
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~10 minutes Change: Bug fix Merge Risk: ⚪ Minimal · up to The change fixes empty-string and level-zero Grouper handling without an established regression, and the affected paths have pandas-parity coverage. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Comment |
|
/ok to test b3fb5ee |
What
Grouperkey and level selectors againstNone.0on their intended paths.Why
key=""andlevel=0values.Tests
on=""andlevel=0.Grouper(key="").