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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Expected behavior
New feature introduced through #702 should work in all cases.
Actual behavior
When applying an operation that reduces an n-records datra frame to a one-record data frame, a
KeyError: 0
is raised.This is weird as this case is well unit-tested. From debugging, it seems to occur only on views of data frames.
Steps to reproduce the problem
read_geo_data_frame
to read some Shapefiledata_frame_max
to produce a one-record data frame.Specifications
Cate 2.0.dev17
The text was updated successfully, but these errors were encountered: