Skip to content

Commit dd697e1

Browse files
authored
DOC: Rewrite for Styler user guide with new features and other high-level changes. (#39720)
1 parent 8719c7a commit dd697e1

File tree

4 files changed

+794
-412
lines changed

4 files changed

+794
-412
lines changed

doc/source/ecosystem.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ which can be used for a wide variety of time series data mining tasks.
9898
Visualization
9999
-------------
100100

101-
While :ref:`pandas has built-in support for data visualization with matplotlib <visualization>`,
101+
`Pandas has its own Styler class for table visualization <user_guide/style.ipynb>`_, and while
102+
:ref:`pandas also has built-in support for data visualization through charts with matplotlib <visualization>`,
102103
there are a number of other pandas-compatible libraries.
103104

104105
`Altair <https://altair-viz.github.io/>`__

doc/source/user_guide/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ Further information on any specific method can be obtained in the
3838
integer_na
3939
boolean
4040
visualization
41+
style
4142
computation
4243
groupby
4344
window
4445
timeseries
4546
timedeltas
46-
style
4747
options
4848
enhancingperf
4949
scale

0 commit comments

Comments
 (0)