Dataframable

class kgpy.mixin.Dataframable

Bases: object

This mixin class naively converts a child class to a pandas.Dataframe.

__init__()

Attributes

dataframe

Methods

__init__()

Inheritance Diagram

digraph inheritancedfdc87b4a0 { bgcolor=transparent; rankdir=TB; size="8.0, 12.0"; "kgpy.mixin.Dataframable" [URL="kgpy.mixin.Dataframable.html#kgpy.mixin.Dataframable",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="This mixin class naively converts a child class to a :class:`pandas.Dataframe`."]; }
abstract property dataframe: DataFrame