mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-10 12:00:21 +08:00
Treat Index objects as set-like. Convert to Series before doing arithmetic. This broke when Pandas Index no longer subclassed from NDArray.