table_row_to_dict# gammapy.utils.table.table_row_to_dict(row, make_quantity=True)[source]# Make one source data dictionary. Parameters: rowRowRow. make_quantitybool, optionalMake quantity values for columns with units. Default is True. Returns: datadictRow data.