File tree 2 files changed +11
-0
lines changed 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -686,6 +686,10 @@ class CategoricalConversionWarning(Warning):
686
686
class LossySetitemError (Exception ):
687
687
"""
688
688
Raised when trying to do a __setitem__ on an np.ndarray that is not lossless.
689
+
690
+ Examples
691
+ --------
692
+ This is an internal error. Please do not use it.
689
693
"""
690
694
691
695
@@ -698,6 +702,10 @@ class NoBufferPresent(Exception):
698
702
class InvalidComparison (Exception ):
699
703
"""
700
704
Exception is raised by _validate_comparison_value to indicate an invalid comparison.
705
+
706
+ Examples
707
+ --------
708
+ This is an internal error. Please do not use it.
701
709
"""
702
710
703
711
Original file line number Diff line number Diff line change 49
49
"Styler.template_latex" ,
50
50
"Styler.template_string" ,
51
51
"Styler.loader" ,
52
+ "errors.InvalidComparison" ,
53
+ "errors.LossySetitemError" ,
54
+ "" ,
52
55
}
53
56
PRIVATE_CLASSES = ["NDFrame" , "IndexOpsMixin" ]
54
57
ERROR_MSGS = {
You can’t perform that action at this time.
0 commit comments