OptsFields

class dios.OptsFields

Bases: object

storage class for the keys in dios_options

Attributes Summary

dios_repr

disp_max_cols

dios default representation: - indexed (default) - show a index for every series - aligned - show a pd.Dataframe, where all indices, from all series are merged together.

disp_max_rows

disp_min_rows

mixed_itype_warn_policy

Set the number of rows and variables to display in a call that use __repr__ or __str__ like e.g.

Attributes Documentation

dios_repr = 'dios_repr'
disp_max_cols = 'disp_max_vars'

dios default representation: - indexed (default) - show a index for every series - aligned - show a pd.Dataframe, where all indices, from all series

are merged together.

disp_max_rows = 'disp_max_rows '
disp_min_rows = 'disp_min_rows '
mixed_itype_warn_policy = 'mixed_itype_policy'

Set the number of rows and variables to display in a call that use __repr__ or __str__ like e.g. print(dios) do.