data_baseIOLoaderDumperutils

utils

Convenience methods for data IO.

Functions

get_numpy_dtype_as_str(obj)

Get a string representation of the numpy dtype of an object.

save_object_meta(obj, savedir)

Construct a meta object to help out dask or parquet later on.

get_meta_filename(savedir, raise_)

Get the filename of the meta file in the savedir.

read_object_meta(savedir, raise_)

Get the metadata associated with a saved object.

set_object_meta(obj, meta)

Reset the dtypes of the columns and index of an object to the original dtypes.