We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66c18b commit 09c2c91Copy full SHA for 09c2c91
pandas/core/indexes/datetimelike.py
@@ -41,7 +41,6 @@ class DatetimeIndexOpsMixin(ExtensionOpsMixin):
41
# override DatetimeLikeArrayMixin method
42
copy = Index.copy
43
view = Index.view
44
- __setitem__ = Index.__setitem__
45
46
# DatetimeLikeArrayMixin assumes subclasses are mutable, so these are
47
# properties there. They can be made into cache_readonly for Index
0 commit comments