HHammond / PrettyPandas

A Pandas Styler class for making beautiful tables
http://prettypandas.readthedocs.org/
MIT License
415 stars 23 forks source link

Modernize with new Pandas APIs #48

Closed HHammond closed 6 years ago

HHammond commented 6 years ago

Pandas formatting API is pretty solid, so I'm removing the formatting options from the core PrettyPandas object and focusing that on summaries and subtotals. The old formatting functions will be kept around but internally using Pandas' style.format method.

All the formatting functions have been adjusted to allow use with pandas.style API on their own. This update also fixes a few bugs in how precision was calculated.