pisces.particles.base.ParticleDataset.delete_group_metadata_keys# ParticleDataset.delete_group_metadata_keys(group_name: str, *keys: str)[source]# Delete one or more metadata keys from a specific particle group. Parameters: group_name (str) – The name of the particle group from which to delete metadata keys. *keys (str) – The names of the metadata keys to delete from the global metadata. Notes This method will not permit you to remove a required global metadata key.