Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove cudf._lib.column in favor of pylibcudf. (#17760)
Removes `cudf._lib.column.Column` and moves its methods and attributes to `column.core.column.ColumnBase` * Some methods in `cudf.core._internals` needed to start returning `pylibcudf.Column`s to avoid circular imports * Folds in some doc updates from reviews in #17701 closes #17317 Authors: - Matthew Roeschke (https://github.com/mroeschke) - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Bradley Dice (https://github.com/bdice) - Lawrence Mitchell (https://github.com/wence-) URL: #17760
- Loading branch information