We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e20a0 commit 98c0c63Copy full SHA for 98c0c63
pandas/io/formats/style_render.py
@@ -681,7 +681,7 @@ def format(
681
to. If the ``formatter`` argument is given in dict form but does not include
682
all columns within the subset then these columns will have the default formatter
683
applied. Any columns in the formatter dict excluded from the subset will
684
- raise a ``KeyError``.
+ be ignored.
685
686
When using a ``formatter`` string the dtypes must be compatible, otherwise a
687
`ValueError` will be raised.
0 commit comments