Skip to content

ENH: Conditional HTML Formatting #10250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/requirements-2.6.run
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ psycopg2=2.5.1
pymysql=0.6.0
sqlalchemy=0.7.8
xlsxwriter=0.4.6
jinja2=2.8
1 change: 1 addition & 0 deletions ci/requirements-2.7.run
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ pymysql=0.6.3
html5lib=1.0b2
beautiful-soup=4.2.1
statsmodels
jinja2=2.8
1 change: 1 addition & 0 deletions ci/requirements-3.3.run
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ lxml=3.2.1
scipy
beautiful-soup=4.2.1
statsmodels
jinja2=2.8
1 change: 1 addition & 0 deletions ci/requirements-3.4.run
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ sqlalchemy
bottleneck
pymysql=0.6.3
psycopg2
jinja2=2.8
1 change: 1 addition & 0 deletions ci/requirements-3.4_SLOW.run
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ bottleneck
pymysql
psycopg2
statsmodels
jinja2=2.8
1 change: 1 addition & 0 deletions ci/requirements-3.5.run
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pytables
html5lib
lxml
matplotlib
jinja2

# currently causing some warnings
#sqlalchemy
Expand Down
50 changes: 50 additions & 0 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1662,6 +1662,56 @@ The following methods are available only for ``DataFrameGroupBy`` objects.
DataFrameGroupBy.corrwith
DataFrameGroupBy.boxplot

Style
-----
.. currentmodule:: pandas.core.style

``Styler`` objects are returned by :attr:`pandas.DataFrame.style`.


Constructor
~~~~~~~~~~~
.. autosummary::
:toctree: generated/

Styler

Style Application
~~~~~~~~~~~~~~~~~
.. autosummary::
:toctree: generated/

Styler.apply
Styler.applymap
Styler.set_precision
Styler.set_table_styles
Styler.set_caption
Styler.set_properties
Styler.set_uuid
Styler.clear

Builtin Styles
~~~~~~~~~~~~~~

.. autosummary::
:toctree: generated/

Styler.highlight_max
Styler.highlight_min
Styler.highlight_null
Styler.background_gradient
Styler.bar

Style Export and Import
~~~~~~~~~~~~~~~~~~~~~~~

.. autosummary::
:toctree: generated/

Styler.render
Styler.export
Styler.set

.. currentmodule:: pandas

General utility functions
Expand Down
21,492 changes: 21,492 additions & 0 deletions doc/source/html-styling.html

Large diffs are not rendered by default.

Loading