Open ResidentMario opened 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:
Series
0
Is it possible to remove this label?
Hey, so I ran the following code bit:
Since this is a
Series
, PrettyPandas produces a0
header:Is it possible to remove this label?