solidipes.loaders.table module
- class solidipes.loaders.table.Table(**kwargs)[source]
Bases:
FileTable file loaded with Pandas
- property header
- supported_extensions = ['csv', 'xlsx', 'npy']
List of additionally supported file extensions. Override in subclasses.
- supported_mime_types = ['text/csv', 'application/vnd.ms-excel', 'application/numpy/array']
List of supported mime types. Override in subclasses.
- property table