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

Parameters:
  • row (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.
Returns:

Return type:

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