Loader¶
- 
class data_base.IO.LoaderDumper.pandas_to_parquet.Loader(meta=None)¶
- Load for parquet files to pandas DataFrames - Parameters:¶
- meta : dict, optional¶
- Meta information to be saved with the object. Defaults to None. 
 
- Attributes:¶
- Methods:¶
 - get(savedir)- Load the pandas DataFrame from the specified folder 
Documentation unclear, incomplete, broken or wrong? Let us know