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
I just came across this one while browsing the code.
Maybe this should be Index.intersection in the docstring ?
def intersection(self, other):
"""
Specialized intersection for DatetimeIndex objects. May be much faster
than Index.union
Parameters
----------
other : DatetimeIndex or array-like
Returns
-------
y : Index or DatetimeIndex
"""``
The text was updated successfully, but these errors were encountered:
I just came across this one while browsing the code.
Maybe this should be Index.intersection in the docstring ?
The text was updated successfully, but these errors were encountered: