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
The same issue occurs when directly calling the intersection() method and similar unexpected results occur for union (|, +) and diff (-) operators.
For information, combining append() and order() methods as an alternative for the union operators does give the correct result, independently how index_1 and index_2 are built:
Pandas 0.8.1:
correctly returns:
But when building the same Index objects by specifying their frequency:
unexpectedly results in:
The same issue occurs when directly calling the intersection() method and similar unexpected results occur for union (|, +) and diff (-) operators.
For information, combining append() and order() methods as an alternative for the union operators does give the correct result, independently how index_1 and index_2 are built:
correctly results in:
The text was updated successfully, but these errors were encountered: