annotations_creators:
- expert-generated
language_creators:
- expert-generated
license:
- cc-by-4.0
pretty_name: cannabis_tests
size_categories:
- 1K<n<10K
source_datasets:
- original
tags:
- cannabis
- lab results
- tests
Cannabis Tests, Curated by Cannlytics
Table of Contents
- Table of Contents
- Dataset Description
- Dataset Structure
- Dataset Creation
- Considerations for Using the Data
- Additional Information
Dataset Description
- Homepage: https://cannlytics.com
- Repository: https://huggingface.co/datasets/cannlytics/cannabis_tests
- Point of Contact: dev@cannlytics.com
Dataset Summary
This dataset is a collection of public cannabis lab test results parsed by CoADoc, a certificate of analysis (COA) parsing tool.
Dataset Structure
The dataset is partitioned into the various sources of lab results.
| Source | Observations |
|---|---|
| Raw Gardens | 2,667 |
| MCR Labs | Coming soon! |
| PSI Labs | Coming soon! |
| SC Labs | Coming soon! |
Data Instances
You can load details, results, and values for each of the dataset files. For example:
from datasets import load_dataset
# Specify the Cannabis Tests dataset.
dataset = 'cannlytics/cannabis_tests'
# Load Raw Garden lab test details.
rawgarden_details = load_dataset(dataset, 'rawgarden_details')
# Load Raw Garden lab test results.
rawgarden_results = load_dataset(dataset, 'rawgarden_results')
# Load Raw Garden lab test values.
rawgarden_values = load_dataset(dataset, 'rawgarden_values')
Data Fields
Below is a non-exhaustive list of fields, used to standardize the various data that are encountered, that you may expect encounter in the parsed COA data.
| Field | Example | Description |
|---|---|---|
analyses |
["cannabinoids"] | A list of analyses performed on a given sample. |
{analysis}_method |
"HPLC" | The method used for each analysis. |
{analysis}_status |
"pass" | The pass, fail, or N/A status for pass / fail analyses. |
coa_urls |
[{"url": "", "filename": ""}] | A list of certificate of analysis (CoA) URLs. |
date_collected |
2022-04-20T04:20 | An ISO-formatted time when the sample was collected. |
date_tested |
2022-04-20T16:20 | An ISO-formatted time when the sample was tested. |
date_received |
2022-04-20T12:20 | An ISO-formatted time when the sample was received. |
distributor |
"Your Favorite Dispo" | The name of the product distributor, if applicable. |
distributor_address |
"Under the Bridge, SF, CA 55555" | The distributor address, if applicable. |
distributor_street |
"Under the Bridge" | The distributor street, if applicable. |
distributor_city |
"SF" | The distributor city, if applicable. |
distributor_state |
"CA" | The distributor state, if applicable. |
distributor_zipcode |
"55555" | The distributor zip code, if applicable. |
distributor_license_number |
"L2Stat" | The distributor license number, if applicable. |
images |
[{"url": "", "filename": ""}] | A list of image URLs for the sample. |
lab_results_url |
"https://cannlytics.com/results" | A URL to the sample results online. |
producer |
"Grow Tent" | The producer of the sampled product. |
producer_address |
"3rd & Army, SF, CA 55555" | The producer's address. |
producer_street |
"3rd & Army" | The producer's street. |
producer_city |
"SF" | The producer's city. |
producer_state |
"CA" | The producer's state. |
producer_zipcode |
"55555" | The producer's zipcode. |
producer_license_number |
"L2Calc" | The producer's license number. |
product_name |
"Blue Rhino Pre-Roll" | The name of the product. |
lab_id |
"Sample-0001" | A lab-specific ID for the sample. |
product_type |
"flower" | The type of product. |
batch_number |
"Order-0001" | A batch number for the sample or product. |
metrc_ids |
["1A4060300002199000003445"] | A list of relevant Metrc IDs. |
metrc_lab_id |
"1A4060300002199000003445" | The Metrc ID associated with the lab sample. |
metrc_source_id |
"1A4060300002199000003445" | The Metrc ID associated with the sampled product. |
product_size |
2000 | The size of the product in milligrams. |
serving_size |
1000 | An estimated serving size in milligrams. |
servings_per_package |
2 | The number of servings per package. |
sample_weight |
1 | The weight of the product sample in grams. |
results |
[{...},...] | A list of results, see below for result-specific fields. |
status |
"pass" | The overall pass / fail status for all contaminant screening analyses. |
total_cannabinoids |
14.20 | The analytical total of all cannabinoids measured. |
total_thc |
14.00 | The analytical total of THC and THCA. |
total_cbd |
0.20 | The analytical total of CBD and CBDA. |
total_terpenes |
0.42 | The sum of all terpenes measured. |
sample_id |
"{sha256-hash}" | A generated ID to uniquely identify the producer, product_name, and date_tested. |
strain_name |
"Blue Rhino" | A strain name, if specified. Otherwise, can be attempted to be parsed from the product_name. |
Each result can contain the following fields.
| Field | Example | Description |
|---|---|---|
analysis |
"pesticides" | The analysis used to obtain the result. |
key |
"pyrethrins" | A standardized key for the result analyte. |
name |
"Pyrethrins" | The lab's internal name for the result analyte |
value |
0.42 | The value of the result. |
mg_g |
0.00000042 | The value of the result in milligrams per gram. |
units |
"ug/g" | The units for the result value, limit, lod, and loq. |
limit |
0.5 | A pass / fail threshold for contaminant screening analyses. |
lod |
0.01 | The limit of detection for the result analyte. Values below the lod are typically reported as ND. |
loq |
0.1 | The limit of quantification for the result analyte. Values above the lod but below the loq are typically reported as <LOQ. |
status |
"pass" | The pass / fail status for contaminant screening analyses. |
Data Splits
The data is split into training, validation, and test data. Training data is used for training your models. Validation data is used for evaluating your trained models, to help you determine a final model. Test data is used to evaluate your final model.
Dataset Creation
Curation Rationale
Certificates of analysis (CoAs) are abundant for cannabis cultivators, processors, retailers, and consumers too, but the data is often locked away. Rich, valuable laboratory data so close, yet so far away! CoADoc puts these vital data points in your hands by parsing PDFs and URLs, finding all the data, standardizing the data, and cleanly returning the data to you.
Source Data
| Data Source | URL |
|---|---|
| MCR Labs Test Results | https://reports.mcrlabs.com |
| PSI Labs Test Results | https://results.psilabs.org/test-results/ |
| Raw Garden Test Results | https://rawgarden.farm/lab-results/ |
| SC Labs Test Results | https://client.sclabs.com/ |
Initial Data Collection and Normalization
| Algorithm | URL |
|---|---|
| MCR Labs Data Collection Routine | https://github.com/cannlytics/cannlytics/tree/main/ai/curation/get_mcr_labs_data |
| PSI Labs Data Collection Routine | https://github.com/cannlytics/cannlytics/tree/main/ai/curation/get_psi_labs_data |
| SC Labs Data Collection Routine | https://github.com/cannlytics/cannlytics/tree/main/ai/curation/get_sc_labs_data |
| Raw Garden Data Collection Routine | https://github.com/cannlytics/cannlytics/tree/main/ai/curation/get_rawgarden_data |
Personal and Sensitive Information
The dataset includes public addresses and contact information for related cannabis licensees. It is important to take care to use these data points in a legal manner.
Considerations for Using the Data
Social Impact of Dataset
Arguably, there is substantial social impact that could result from the study of cannabis, therefore, researchers and data consumers alike should take the utmost care in the use of this dataset.
Discussion of Biases
Cannlytics is a for-profit data and analytics company that primarily serves cannabis businesses. The data are not randomly collected and thus sampling bias should be taken into consideration.
Other Known Limitations
The data represents only a subset of the population of cannabis lab results. Non-standard values are coded as follows.
| Actual | Coding |
|---|---|
'ND' |
0.000000001 |
'No detection in 1 gram' |
0.000000001 |
'Negative/1g' |
0.000000001 |
'PASS' |
0.000000001 |
'<LOD' |
0.00000001 |
'< LOD' |
0.00000001 |
'<LOQ' |
0.0000001 |
'< LOQ' |
0.0000001 |
'<LLOQ' |
0.0000001 |
'≥ LOD' |
10001 |
'NR' |
None |
'N/A' |
None |
'na' |
None |
'NT' |
None |
Additional Information
Dataset Curators
Curated by 🔥Cannlytics
dev@cannlytics.com
License
Copyright (c) 2022 Cannlytics and the Cannabis Data Science Team
The files associated with this dataset are licensed under a
Creative Commons Attribution 4.0 International license.
You can share, copy and modify this dataset so long as you give
appropriate credit, provide a link to the CC BY license, and
indicate if changes were made, but you may not do so in a way
that suggests the rights holder has endorsed you or your use of
the dataset. Note that further permission may be required for
any content within the dataset that is identified as belonging
to a third party.
Citation
Please cite the following if you use the code examples in your research:
@misc{cannlytics2022,
title={Cannabis Data Science},
author={Skeate, Keegan and O'Sullivan-Sutherland, Candace},
journal={https://github.com/cannlytics/cannabis-data-science},
year={2022}
}
Contributions
Thanks to 🔥Cannlytics, @candy-o, @keeganskeate, The CESC, and the entire Cannabis Data Science Team for their contributions.