Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@HHammond HHammond released this 24 Mar 23:40
· 7 commits to master since this release
da377da

Major refactor of library oriented around extending Pandas DataFrame rather than implementing a Styler class.

  • Cleaned up internal aggregation API

  • Fixed bugs around formatters

  • Added functionality to put data back to DataFrame

  • Better interoperability with Pandas style API

  • Safer fluent API (now adjustments only modify a copy)

  • Updated documentation

  • Removed CSS/styling components

  • Removed Pandas Styler internals

Between Pandas Style API and Jupyter Notebook default styling for tables Pandas has good defaults and the ability to easily customize the look and feel of DataFrames. Because of that I've removed the styling components from the library and users should use DataFrame.style from this point on.