Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix _recombine_columns when either geocolumn or non-geocolumn was emp…
…ty (#1438) closes #1437 When `GeoDataFrame._split_out_geometry_columns` is called, there may be no geometry columns to split out into 2 DataFrames; therefore, once `GeoDataFrame._recombine_columns`, it assumed the 2 DataFrames were always non-empty. Added a check to bypass this validation if either was empty. I ran the `ZipCodes_Stops_PiP_cuSpatial` notebook locally and the (non-commented) cells no longer raise an exception. Authors: - Matthew Roeschke (https://github.com/mroeschke) - James Lamb (https://github.com/jameslamb) Approvers: - Mark Harris (https://github.com/harrism) URL: #1438
- Loading branch information