data_base
❭ IO
❭ LoaderDumper
❭ pandas_to_pickle
❭ check
check
-
data_base.IO.LoaderDumper.pandas_to_pickle.check(obj)
Check whether the object can be saved with this dumper
- Parameters:
obj (object) – Object to be saved
- Returns:
Whether the object is a pandas DataFrame or Series.
- Return type:
bool