Styler.bar(subset=None, axis=0, color='#d65f5f', width=100) Color the background color proptional to the values in each column. Excludes non-numeric data by default.
New in version 0.17.1.
| Parameters: |
subset: IndexSlice, default None a valid slice for axis: int color: str width: float A number between 0 or 100. The largest value will cover |
|---|---|
| Returns: |
self : Styler |
© 2011–2012 Lambda Foundry, Inc. and PyData Development Team
© 2008–2011 AQR Capital Management, LLC
© 2008–2014 the pandas development team
Licensed under the 3-clause BSD License.
http://pandas.pydata.org/pandas-docs/version/0.18.1/generated/pandas.formats.style.Styler.bar.html