A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pandas-dev/pandas/issues/8226 below:

make '+' and '-' for Index either do numeric operations of raise TypeError (instead of setops) · Issue #8226 · pandas-dev/pandas · GitHub

see comments at the end of #8184

so this type of syntax

index1 + index2
would be replaced by
index1.union(index2)

and

index1 - index2
by
index1.diff(index2)

Their is some internal code to fix but not a lot.

This would go a long ways toward simplifying the user API for index ops. I think.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4