pandas.io.formats.style.Styler.set_precision#

Styler.set_precision(precision)[source]#

Set the precision used to display values.

Deprecated since version 1.3.0.

Parameters
precisionint
Returns
selfStyler

Notes

This method is deprecated see Styler.format.