Skip to content

Commit

Permalink
ENH: display_format for style
Browse files Browse the repository at this point in the history
Closes pandas-dev#11692
Closes pandas-dev#12134
Closes pandas-dev#12125

This adds a `.format` method to Styler for formatting the display value
(the actual text) of each scalar value.

In the processes of cleaning up the template, I close pandas-dev#12134 (spurious 0)
and pandas-dev#12125 (KeyError from using iloc improperly)

cherry pick test from pandas-dev#12126

only allow str formatting for now

fix tests for new spec

formatter callable

update notebook
  • Loading branch information
TomAugspurger authored and HHammond committed Feb 13, 2016
1 parent dc6c678 commit a15248a
Show file tree
Hide file tree
Showing 2 changed files with 9,891 additions and 12,146 deletions.
Loading

0 comments on commit a15248a

Please sign in to comment.