HHammond / PrettyPandas

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

Pandas Style API doesn't support index titles. #11

Closed HHammond closed 8 years ago

HHammond commented 8 years ago

Normally df.index.name = "XXX" add's a header to the index column of a dataframe, however when using the Style API this doesn't work.

It needs to be investigated whether this is a pandas issue or hidden in the API somewhere.

HHammond commented 8 years ago

The issue is within the Pandas API, see https://github.com/pydata/pandas/pull/12090

HHammond commented 8 years ago

Fixed from pandas :+1: (0.18.0)