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
133133 -i " pandas.core.resample.Resampler.transform PR01,RT03,SA01" \
134134 -i " pandas.core.resample.Resampler.var SA01" \
135135 -i " pandas.errors.AttributeConflictWarning SA01" \
136- -i " pandas.errors.CSSWarning SA01" \
137136 -i " pandas.errors.ChainedAssignmentError SA01" \
138137 -i " pandas.errors.DataError SA01" \
139138 -i " pandas.errors.DuplicateLabelError SA01" \
Original file line number Diff line number Diff line change @@ -591,6 +591,14 @@ class CSSWarning(UserWarning):
591591 This can be due to the styling not having an equivalent value or because the
592592 styling isn't properly formatted.
593593
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+
594602 Examples
595603 --------
596604 >>> df = pd.DataFrame({"A": [1, 1, 1]})
You can’t perform that action at this time.
0 commit comments