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 error has to do with how cudf slices up dataframes with more rows than pd.options.display.max_rows. We need to implement _get_renderable_dataframe to avoid the issue.
You can avoid the issue by simply slicing your own dataframe before printing it, or using .head() or .tail()
Version
23.04
On which installation method(s) does this occur?
Conda
Describe the issue
After generating a GDF - printing throws an error:
TypeError: data type 'geometry' not understood
Minimum reproducible example
Relevant log output
Environment details
No response
Other/Misc.
After erroring, in a Jupyter Notebook it will still then print out the GDF info.
The text was updated successfully, but these errors were encountered: