osier.utils.technology_dataframe#

osier.utils.technology_dataframe(technology_list, cast_to_string=True)[source]#

Returns a pandas.DataFrame with a complete set of data for a given technology list.

Parameters:

technology_list (list of osier.Technology objects) – The list of technologies.

Returns:

technology_dataframe – A dataframe of all technology data.

Return type:

pandas.DataFrame