API

Functions

to_dios(obj)

pprint_dios(dios[, max_rows, min_rows, …])

is_itype(obj, itype)

Check if obj is a instance of the given itype or its str-alias was given

is_itype_subtype(obj, itype)

Check if obj is a subclass or a instance of a subclass of the given itype

is_itype_like(obj, itype)

Check if obj is a subclass or a instance of the given itype or any of its subtypes

get_itype(obj)

Return the according Itype.

cast_to_itype(series, itype[, policy, err, …])

Cast a series (more explicit the type of the index) to fit the itype of a dios.

example_DictOfSeries()

Return a example dios.

Classes

DictOfSeries([data, columns, index, itype, …])

A data frame where every column has its own index.

IntItype()

FloatItype()

NumItype()

DtItype()

ObjItype()

ItypeWarning

ItypeCastWarning

ItypeCastError

CastPolicy()

Opts()

storage class for string values for dios_options

OptsFields()

storage class for the keys in dios_options

OptsFields()

storage class for the keys in dios_options

Variables

dios_options

Options dictionary for module dios.