modin
modin copied to clipboard
FEAT-#7203: Make sure modin works correctly with pandas, which uses pyarrow as a backend
What do these changes do?
~Blocked by #7199~
- [x] first commit message and PR title follow format outlined here
NOTE: If you edit the PR title to match this format, you need to add another commit (even if it's empty) or amend your last commit for the CI job that checks the PR title to pick up the new PR title.
- [ ] passes
flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
- [ ] passes
black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
- [ ] signed commit with
git commit -s
- [x] Resolves #7203
- [ ] tests added and passing
- [ ] module layout described at
docs/development/architecture.rst
is up-to-date