File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
133
133
-i " pandas.core.resample.Resampler.transform PR01,RT03,SA01" \
134
134
-i " pandas.core.resample.Resampler.var SA01" \
135
135
-i " pandas.errors.AttributeConflictWarning SA01" \
136
- -i " pandas.errors.CSSWarning SA01" \
137
136
-i " pandas.errors.ChainedAssignmentError SA01" \
138
137
-i " pandas.errors.DataError SA01" \
139
138
-i " pandas.errors.DuplicateLabelError SA01" \
Original file line number Diff line number Diff line change @@ -591,6 +591,14 @@ class CSSWarning(UserWarning):
591
591
This can be due to the styling not having an equivalent value or because the
592
592
styling isn't properly formatted.
593
593
594
+ See Also
595
+ --------
596
+ DataFrame.style : Returns a Styler object for applying CSS-like styles.
597
+ io.formats.style.Styler : Helps style a DataFrame or Series according to the
598
+ data with HTML and CSS.
599
+ io.formats.style.Styler.to_excel : Export styled DataFrame to Excel.
600
+ io.formats.style.Styler.to_html : Export styled DataFrame to HTML.
601
+
594
602
Examples
595
603
--------
596
604
>>> df = pd.DataFrame({"A": [1, 1, 1]})
You can’t perform that action at this time.
0 commit comments