narwhals
narwhals copied to clipboard
feat: Support more indexing: boolean lists to DataFrame.filter and Series.filter, add DataFrame.row,
A bunch more things which would be useful to scikit-learn
What type of PR is this? (check all applicable)
- [ ] 💾 Refactor
- [ ] ✨ Feature
- [ ] 🐛 Bug Fix
- [ ] 🔧 Optimization
- [ ] 📝 Documentation
- [ ] ✅ Test
- [ ] 🐳 Other
Related issues
- Related issue #
- Closes #
Checklist
- [ ] Code follows style guide (ruff)
- [ ] Tests added
- [ ] Documented the changes