aitomic.nomad_nmr.Groups¶ class aitomic.nomad_nmr.Groups(inner)[source]¶ A collection of groups. Examples Joining data frames Parameters: inner (list[Group]) – The groups. Attributes inner The groups. Methods to_df Convert the groups into a data frame. to_df()[source]¶ Convert the groups into a data frame. Examples Joining data frames Return type: DataFrame inner: list[Group]¶ The groups.