Data FilesTypesHDF5FileMethodscreate_groupOn this pagecreate_group Method of HDF5File. create_group(const string path) -> HDF5Group Creates a group (including intermediate groups). Parameters path: Group path. Example var g = HDF5File("data.h5").create_group("/runs/001")