pandas.io.formats.style.Styler.render¶
- 
Styler.render(**kwargs)[source]¶
- Render the built up styles to HTML - New in version 0.17.1. - Parameters: - **kwargs: - Any additional keyword arguments are passed through to - self.template.render. This is useful when you need to provide additional variables for a custom template.- New in version 0.20. - Returns: - rendered: str - the rendered HTML - Notes - Stylerobjects 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.HTMLto view the rendered HTML in the notebook.- Pandas uses the following keys in render. Arguments passed in - **kwargstake precedence, so think carefuly if you want to override them:- head
- cellstyle
- body
- uuid
- precision
- table_styles
- caption
- table_attributes