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
## Description
<!-- Provide a standalone description of changes in this PR. -->
<!-- Reference any issues closed by this PR with "closes#1234". -->
<!-- Note: The pull request title will be included in the CHANGELOG. -->
Adapts to IR changes in polars 1.4 and handles nrows/skiprows a little
more correctly.
## Checklist
- [ ] I am familiar with the [Contributing
Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md).
- [ ] New or existing tests cover these changes.
- [ ] The documentation is up to date with these changes.
---------
Co-authored-by: Lawrence Mitchell <lmitchell@nvidia.com>
## Description
<!-- Provide a standalone description of changes in this PR. -->
<!-- Reference any issues closed by this PR with "closes#1234". -->
<!-- Note: The pull request title will be included in the CHANGELOG. -->
The case-sensitive name KvikIO is will throw off `find_package`
searches, particularly after
rapidsai/devcontainers#414 make the usage
consistent in devcontainers.
## Checklist
- [x] I am familiar with the [Contributing
Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md).
- [x] New or existing tests cover these changes.
- [x] The documentation is up to date with these changes.
Is your feature request related to a problem? Please describe.
Hi all,
I would like to share with you the following idea:
So just as we have the following imports:
why do not create a rapids library that could be imported as follows?
or
I am aware that there are pros about having each library separate, but I think there are also pros about having a single library, such us
Please, share your thoughts about the above.
Thanks!
P.S.: There are also cons about having a huge library, but I think the pros exceed the cons.
The text was updated successfully, but these errors were encountered: