File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/ydata_profiling/model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ class AlertType(Enum):
51
51
"""This variable has unique values."""
52
52
53
53
CONSTANT_LENGTH = auto ()
54
- """This variable has a constant length"""
54
+ """This variable has a constant length. """
55
55
56
56
REJECTED = auto ()
57
57
"""Variables are rejected if we do not want to consider them for further analysis."""
58
58
59
59
UNIFORM = auto ()
60
- """The variable is uniformly distributed"""
60
+ """The variable is uniformly distributed. """
61
61
62
62
NON_STATIONARY = auto ()
63
63
"""The variable is a non-stationary series."""
@@ -66,7 +66,7 @@ class AlertType(Enum):
66
66
"""The variable is a seasonal time series."""
67
67
68
68
EMPTY = auto ()
69
- """The DataFrame is empty"""
69
+ """The DataFrame is empty. """
70
70
71
71
72
72
class Alert :
You can’t perform that action at this time.
0 commit comments