pandas.io.formats.style.Styler.from_custom_template
-
classmethod Styler.from_custom_template(searchpath, name)
[source] -
Factory function for creating a subclass of
Styler
with a custom template and Jinja environment.Parameters: searchpath : str or list
Path or paths of directories containing the templates
name : str
Name of your custom template to use for rendering
Returns: MyStyler : subclass of Styler
has the correct
env
andtemplate
class attributes set.
© 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.23.4/generated/pandas.io.formats.style.Styler.from_custom_template.html