Styler.render(self, **kwargs)
[source]
Render the built up styles to HTML.
Parameters: |
|
---|---|
Returns: |
|
Styler
objects have defined the _repr_html_
method which automatically calls self.render()
when it’s the last item in a Notebook cell. When calling Styler.render()
directly, wrap the result in IPython.display.HTML
to view the rendered HTML in the notebook.
Pandas uses the following keys in render. Arguments passed in **kwargs
take precedence, so think carefully if you want to override them:
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.25.0/reference/api/pandas.io.formats.style.Styler.render.html