HHammond / PrettyPandas

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

Allow non-heading for Series input. #32

Open ResidentMario opened 8 years ago

ResidentMario commented 8 years ago

Hey, so I ran the following code bit:

from prettypandas import PrettyPandas
PrettyPandas(data.notnull().all())

Since this is a Series, PrettyPandas produces a 0 header:

screen shot 2016-04-13 at 7 57 45 pm

Is it possible to remove this label?