Contents
save_pkl()
Save data to a pickle file.
data – Arbitrary Python object (must be picklable).
path – Output file path (.pkl).
Path to the saved file.