engforge.dataframe.DataframeMixin

class DataframeMixin[source]

Bases: object

Methods

format_columns

smart_split_dataframe

splits dataframe between constant values and variants

Attributes

dataframe

returns the dataframe

dataframe_constants

dataframe_variants

skip_plot_vars

accesses '_skip_plot_vars' if it exists, otherwise returns empty list

property dataframe

returns the dataframe

property skip_plot_vars: list

accesses ‘_skip_plot_vars’ if it exists, otherwise returns empty list

smart_split_dataframe(df=None, split_groups=0, key_f=<function <lambda>>)[source]

splits dataframe between constant values and variants