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
This PR will adds a `_slice` method which is called when a `cudf.DataFrame` is accessed in a variety of ways. It also adds the `name` member to `GeoSeries` that are pulled from the `GeoDataFrame`.
Fixes#676
Authors:
- H. Thomson Comer (https://github.com/thomcom)
Approvers:
- Michael Wang (https://github.com/isVoid)
URL: #680
Describe the bug
If I try to use
gpu_dataframe.head()
or.iloc
a strange error that doesn't touch cuspatial is thrown:Steps/Code to reproduce bug
This should produce the same result for you:
Expected behavior
Print the first five rows of the dataframe.
Environment details (please complete the following information):
rapids-compose
The text was updated successfully, but these errors were encountered: