pyobsmod.Dataset.save#

Dataset.save(path: str | Path) None#

Save this class as a pickle file.

Internally only the pandas dataframe is saved and the class can be reconstructed from that dataframe. If needed then, the pickle file can be loaded directly in pandas with pd.read_pickle.

Parameters:

path (str | Path) – File path where the pickled object will be stored.