pypowsybl.network.Network.get_identifiables#
- Network.get_identifiables(all_attributes=False, attributes=None, **kwargs)[source]#
Get a dataframe of identifiables
- Parameters:
all_attributes (bool) – flag for including all attributes in the dataframe, default is false
attributes (List[str] | None) – attributes to include in the dataframe. The 2 parameters are mutually exclusive. If no parameter is specified, the dataframe will include the default attributes.
kwargs (_SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]) –
- Returns:
A dataframe of identifiables.
- Return type:
Notes
The resulting dataframe, depending on the parameters, will include the following columns:
type: the type of the identifiable
This dataframe is indexed on the identifiable ID.