We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ed3a2 commit 6427bedCopy full SHA for 6427bed
pandas/core/indexes/multi.py
@@ -820,9 +820,10 @@ def duplicated(self, keep='first'):
820
821
return duplicated_int64(ids, keep)
822
823
- @Appender(ibase._index_shared_docs['fillna'])
824
def fillna(self, value=None, downcast=None):
825
- # isna is not implemented for MultiIndex
+ """
+ fillna is not implemented for MultiIndex
826
827
raise NotImplementedError('isna is not defined for MultiIndex')
828
829
@Appender(_index_shared_docs['dropna'])
0 commit comments