idata_to_zarr# pymc_marketing.data.idata.utils.idata_to_zarr(idata, store, groups=None)[source]# Save a DataTree to a Zarr store. Parameters: idataxr.DataTreeThe DataTree to save. storestr or PathPath to the Zarr store directory. groupslist of str, optionalGroups to save. If None, all groups are saved.