io_collection.loadΒΆ

Tasks for loading different object types from local file systems or S3 buckets.

load.load_buffer

Load key into in-memory bytes buffer from specified location.

load.load_dataframe

Load key as dataframe from specified location.

load.load_image

Load key as BioIO image from specified location.

load.load_json

Load key as dict or list from specified location.

load.load_pickle

Load key as pickled object from specified location.

load.load_tar

Load key as tar archive from specified location.

load.load_text

Load key as string from specified location.