pymrio.Extension.get_row_data

Extension.get_row_data(row, name=None)

Returns a dict with all available data for a row in the extension.

If you need a new extension, see the extract method.

Parameters
  • row (index, tuple, list, string) – A valid index for the extension DataFrames

  • name (string, optional) – If given, adds a key ‘name’ with the given value to the dict. In that case the dict can be used directly to build a new extension.

Return type

dict object with the data (pandas DataFrame) for the specific rows