Downloads provided by UsageCounts
The publicly available open GreenDB is a product-by-product sustainability database. It contains product attributes, e.g., name, description, color, 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. Source Code: https://github.com/calgo-lab/green-db Further Notes For usability, we export two datatypes: CSV Parquet (using pyarrow python package) Be careful with the columns' data types when using the CSV files! Use for example: 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()
Supported by the Federal Ministry for the Environment, Nature Conservation and Nuclear Safety based on a decision of the German Bundestag. Förderkennzeichen: 67KI2022B
sustainable products, product dataset
sustainable products, product dataset
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 0 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
| views | 84 | |
| downloads | 2 |

Views provided by UsageCounts
Downloads provided by UsageCounts