GreenDB: A Product-by-Product Sustainability Database
收藏Zenodo2024-02-01 更新2026-05-26 收录
下载链接:
https://zenodo.org/record/8206328
下载链接
链接失效反馈官方服务:
资源简介:
The publicly available open GreenDB is a product-by-product sustainability database. It contains product attributes, e.g., <code>name</code>, <code>description</code>, <code>color</code>, etc. and, on the other hand, information about the products' sustainability. Moreover, the sustainability information is transparently evaluated so that it is possible to rank products depending on their sustainability. Landing Page: https://green-db.calgo-lab.de<br> Source Code: https://github.com/calgo-lab/green-db <strong>Further Notes</strong> For usability, we export two datatypes: CSV Parquet (using <code>pyarrow</code> python package) Be careful with the columns' data types when using the CSV files! Use for example: <pre><code class="language-python">from ast import literal_eval from datetime import datetime import pandas as pd products = pd.read_csv("products.csv", converters={"timestamp": datetime.fromisoformat, "image_urls": literal_eval, "sustainability_labels": literal_eval}).convert_dtypes() sustainability_labels = pd.read_csv("sustainability_labels.csv", converters={"timestamp": datetime.fromisoformat}).convert_dtypes()</code></pre>
提供机构:
Zenodo
创建时间:
2023-08-01



