File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1065,7 +1065,7 @@ def nunique(self, dropna: bool = True) -> int:
1065
1065
@property
1066
1066
def is_unique (self ) -> bool :
1067
1067
"""
1068
- Return boolean if values in the object are unique.
1068
+ Return True if values in the object are unique.
1069
1069
1070
1070
Returns
1071
1071
-------
@@ -1086,7 +1086,7 @@ def is_unique(self) -> bool:
1086
1086
@property
1087
1087
def is_monotonic_increasing (self ) -> bool :
1088
1088
"""
1089
- Return boolean if values in the object are monotonically increasing.
1089
+ Return True if values in the object are monotonically increasing.
1090
1090
1091
1091
Returns
1092
1092
-------
@@ -1109,7 +1109,7 @@ def is_monotonic_increasing(self) -> bool:
1109
1109
@property
1110
1110
def is_monotonic_decreasing (self ) -> bool :
1111
1111
"""
1112
- Return boolean if values in the object are monotonically decreasing.
1112
+ Return True if values in the object are monotonically decreasing.
1113
1113
1114
1114
Returns
1115
1115
-------
You can’t perform that action at this time.
0 commit comments