util

On this page

util#

Module Attributes

T_Data = ~T_Data#

Type of data (numpy, pandas, xarray, etc.).

T_Source = ~T_Source#

Type of the data source (filename, URL, object, etc.).

T_Params = ~T_Params#

Type of the parameters storage.

Functions

cut_slices(total_size, slice_size)

Return list of slices of size at most slice_size.

import_all(file, /)

Import everything in the directory of a given file.