We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0663f8 commit 88a05afCopy full SHA for 88a05af
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