pypsa.statistics.grouping.Groupers.name# Groupers.name(n: Network, c: str) → pd.Series# Grouper method to group by the name of components. Parameters: n (Network) – PyPSA network instance. c (str) – Components type name. E.g. “Generator”, “StorageUnit”, etc. Returns: Series with the component names. Return type: pd.Series