europages_companies
gains the columnsmin_headcount
andmax_headcount
(#50).
- Follow up from #36 and #38.
Update Emissions Profile and Sector Profile toy datasets (#38):
toy_emissions_profile_any_companies()
toy_emissions_profile_products_ecoinvent()
toy_emissions_profile_upstream_products_ecoinvent()
toy_sector_profile_companies()
toy_sector_profile_upstream_companies()
toy_sector_profile_upstream_products()
Update Sector Profile toy datasets (#36):
toy_sector_profile_companies()
toy_sector_profile_upstream_companies()
toy_sector_profile_upstream_products()
toy_sector_profile_any_scenarios()
- GitHub release.
- Change license to GPLv3 (39025a8).
- New toy datasets from tiltIndicatorAfter v0.0.0.9016 (#30). Note these datasets
don't match the new
*products_ecoinvent()
but it's a stepping stone towards those matching datasets since it makes the upcoming update a relatively smaller change.
toy_emissions_profile_products()
andtoy_emissions_profile_upstream_products()
are now deprecated (#26). They will continue to work for a while but you'll get a message warning you that you should instead usetoy_emissions_profile_products_ecoinvent()
andtoy_emissions_profile_upstream_products_ecoinvent()
, respectively.
- Update
toy_emissions_profile*
datasets (#25). Now eachactivity_uuid_product_uuid
intoy_emissions_profile_any_companies()
also exists intoy_emissions_profile_products_ecoinvent()
andtoy_emissions_profile_upstream_products_ecoinvent()
.
One update and two new datasets (#19):
- New version of
toy_emissions_profile_any_companies()
. - New datasets
toy_emissions_profile_products_ecoinvent()
andtoy_emissions_profile_upstream_products_ecoinvent()
pretend to have all the products that exist in the 'Ecoinvent' database. Because they are toy datasets they actually have only a few products that exist in 'Ecoinvent' and not in 'Europages'.
Features:
- Fake
companies_id
. - Fake
activity_uuid_product_uuid
. - Random mapping between fake
activity_uuid_product_uuid
and other columns. - Noisy
*co2_footprint
, jittered to the right by 50%-100% on average. - New columns:
- Compared to the previous version of
toy_emissions_profile_any_companies()
, the new version gains three columns:country
,ei_activity_name
, and `main_activity. - Compared to
toy_emissions_profile_products()
, the new datasettoy_emissions_profile_products_ecoinvent()
gains one column:ei_geography
. - Compared to
toy_emissions_profile_upstrem_products()
, the new datasettoy_emissions_profile_upstream_products_ecoinvent()
gains four columns:ei_activity_name
,ei_geography
,input_ei_activity_name
,input_reference_product_name
.
- Compared to the previous version of
- Add single quotes around values of
*isic*
(#17).
- Retire
companies$company_id
(#11).
- Rename
company_id
tocompanies_id
in a backward compatible way (#10). The columncompany_id
is now deprecated in alltoy_*companies()
. The latest data usescompanies_id
and is available to you automatically when you update the tiltIndicator package.
- The files "emissions_profile_products.csv.gz" and "emissions_profile_upstream_products.csv.gz" gain the columns
tilt_subsector
andinput_tilt_subsector
, respectively (@kalashsinghal #6). These columns come from raw data in tiltIndicator v0.0.0.9088 (i.e. right before all toy datasets moved to tiltToyData.
- New helpers to read toy datasets (#1).