to_disk#
- caput.memdata.MemDiskGroup.to_disk(filename, file_format=fileformats.HDF5, **kwargs)[source]#
Return a version of this data that lives on disk.
Cannot run if the underlying data is distributed. Use
save()instead.- Parameters:
- Returns:
Instanceofthisdataobjectthatiswrittentodisk.
- Raises:
NotImplementedErrorIf the underlying data is distributed.