API

Functions

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.

get_itype(obj)

Return the according Itype.

is_itype(obj, itype)

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

is_itype_like(obj, itype)

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

is_itype_subtype(obj, itype)

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

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

to_dios(obj)

Classes

CastPolicy

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

A data frame where every column has its own index.

DtItype()

FloatItype()

IntItype()

ItypeCastError

ItypeCastWarning

ItypeWarning

NumItype()

ObjItype()

Opts

storage class for string values for dios_options

OptsFields

storage class for the keys in dios_options

Variables

dios_options

Options dictionary for module dios.

opdoc

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str