Contents Menu Expand Light mode Dark mode Auto light/dark mode
I/O Collection
1.1.0
I/O Collection
1.1.0

Module reference

  • io_collection.load
    • load_buffer
    • load_dataframe
    • load_image
    • load_json
    • load_pickle
    • load_tar
    • load_text
  • io_collection.save
    • save_buffer
    • save_dataframe
    • save_figure
    • save_gif
    • save_image
    • save_json
    • save_pickle
    • save_tar
    • save_text
  • io_collection.keys
    • change_key
    • check_key
    • copy_key
    • get_keys
    • group_keys
    • make_key
    • remove_key
  • io_collection.quilt
    • load_quilt_package
    • save_quilt_item

Development

  • Changelog

Project links

  • GitHub
  • PyPI
Back to top

io_collection.quiltΒΆ

Tasks for loading and saving objects via Quilt.

quilt.load_quilt_package

Load Quilt package into memory from registry.

quilt.save_quilt_item

Save item from Quilt package to key at specified location.

Next
load_quilt_package
Previous
remove_key
Copyright © 2024, Jessica S. Yu, Allen Institute for Cell Science
Made with Sphinx and @pradyunsg's Furo