PrettyPandas
PrettyPandas copied to clipboard
Allow non-heading for Series input.
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:

Is it possible to remove this label?