We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
styler.format
1 parent 8363092 commit aab506eCopy full SHA for aab506e
pandas/io/formats/style_render.py
@@ -640,7 +640,7 @@ def format(
640
to. If the ``formatter`` argument is given in dict form but does not include
641
all columns within the subset then these columns will have the default formatter
642
applied. Any columns in the formatter dict excluded from the subset will
643
- raise a ``KeyError``.
+ be ignored.
644
645
When using a ``formatter`` string the dtypes must be compatible, otherwise a
646
`ValueError` will be raised.
0 commit comments