Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Roundup of marijuana data sets in honor of 420 (dolthub.com)
7 points by zachmu on April 20, 2020 | hide | past | favorite | 1 comment


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;
Link to query results: https://www.dolthub.com/repositories/Liquidata/marijuana-dat...

Enjoy!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: