Blog author here. This is a 4/20 themed round up of marijuana datasets and interesting queries on them. Highlights:
* Why are there no pictures of weed in ImageNet?
* Cannabis testing in Washington state
* Connecticut medical marijuana brand registry
* Leafly strain catalog
* Kushy data dump
* DEA spending to eradicate weed in legal states
My favorite query: "If you are in the mood for an indica to compose some poetry to, and you want it to taste like lemons, you can ask:
marijuana_data> select strain, rating, effects, flavor from leafly
-> where type = 'indica' and effects like '%Creative%'
-> and flavor like '%Citrus%'
-> order by rating desc limit 10;
* Why are there no pictures of weed in ImageNet?
* Cannabis testing in Washington state
* Connecticut medical marijuana brand registry
* Leafly strain catalog
* Kushy data dump
* DEA spending to eradicate weed in legal states
My favorite query: "If you are in the mood for an indica to compose some poetry to, and you want it to taste like lemons, you can ask:
Link to query results: https://www.dolthub.com/repositories/Liquidata/marijuana-dat...Enjoy!