typeddfs._mixins._pretty_print_mixin

Mixin that just overrides _repr_html.

Module Contents

class typeddfs._mixins._pretty_print_mixin._PrettyPrintMixin

A DataFrame with an overridden _repr_html_ and some simple additional methods.

_dims(self) str

Returns a string describing the dimensionality.

Returns

A text description of the dimensions of this DataFrame

_repr_html_(self) str

Renders HTML for display() in Jupyter notebooks. Jupyter automatically uses this function.

Returns

Just a string containing HTML, which will be wrapped in an HTML object