PrettyPandas icon indicating copy to clipboard operation
PrettyPandas copied to clipboard

Allow non-heading for Series input.

Open ResidentMario opened this issue 9 years ago • 0 comments

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?

ResidentMario avatar Apr 13 '16 23:04 ResidentMario