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