solidipes.loaders.table module
- class solidipes.loaders.table.Table(**kwargs)[source]
Bases:
FileTable file loaded with Pandas
- property header
- 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