solidipes.loaders.table module

class solidipes.loaders.table.Table(**kwargs)[source]

Bases: File

Table file loaded with Pandas

property header
read_csv(fname, **kwargs)[source]
read_numpy(fname, **kwargs)[source]
supported_mime_types = {'application/numpy/array': 'npy', 'application/vnd.ms-excel': 'xlsx', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': 'xlsx', 'text/csv': 'csv'}

List of supported mime types. Override in subclasses.

property table
validate_header(header)[source]