data_baseIOLoaderDumperutilssave_object_meta

save_object_meta

data_base.IO.LoaderDumper.utils.save_object_meta(obj, savedir)

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

The original meta object is an empty dataframe with the correct column names We will save this in str format with parquet, as well as the original dtype for each column.

Parameters:
  • obj – The object to save the meta of.

  • savedir – The directory to save the meta file in.

Returns:

None. Saves the meta object.