eelbrain.save.arrow

eelbrain.save.arrow(obj, dest=None)

Save a Python object with pyarrow.

Parameters:
  • obj (object) – Python object to save. Can contain Eelbrain objects, but custom classes are not supported.

  • dest (None | str) – Path to destination where to save the file. If no destination is provided, a file dialog is shown. If a destination without extension is provided, ‘.arrow’ is appended.