Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 643 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 643 Bytes

Colorado cannabis sales reports

Some Python code to fetch, process and analyze cannabis sales reports data in Colorado.

Note: The state stopped producing individual monthly XLSX files in favor of a unified Google Sheet sometime in 2021/22.

Run the code

  • Clone or download this repo
  • cd into the directory
  • Create & activate a virtual environment with your tooling of choice
  • pip install -r requirements.txt
  • To run the notebook server: jupyter lab