io_collection.saveΒΆ

Tasks for saving different object types to local file systems or S3 buckets.

save.save_buffer

Save buffer to key at specified location.

save.save_dataframe

Save dataframe to key at specified location.

save.save_figure

Save matplotlib figure to key at specified location.

save.save_gif

Save series of images as gif to key at specified location.

save.save_image

Save image array to key at specified location.

save.save_json

Save dict or list as json to key at specified location.

save.save_pickle

Save pickled object to key at specified location.

save.save_tar

Save tar archive to key at specified location.

save.save_text

Save text to key at specified location.