Cannabis Retail Sales By Week Ending
State of Connecticut
@usgov.state_of_connecticut_cannabis_retail_sales_by_week_ending
State of Connecticut
@usgov.state_of_connecticut_cannabis_retail_sales_by_week_ending
This data set contains preliminary weekly retail sales data for cannabis and cannabis products in both the adult-use cannabis and medical marijuana markets. The data reported is compiled at specific points in time and only captures data current at the time the report is generated. The weekly data set captures retail cannabis sales from Sunday through Saturday of the week. Weeks spanning across two different months only include days within the same month. The first and last week of each month may show lower sales as they may not be made up of a full week (7 days). Data values may be updated and change over time as updates occur. Accordingly, weekly reported data may not exactly match annually reported data.
Organization: State of Connecticut
Last updated: 2023-02-17T13:54:35.549927
Tags: cannabis, marijuana, medical-marijuana, retail, sales
CREATE TABLE table_1 (
"week_ending" TIMESTAMP,
"adult_use_retail_sales" DOUBLE,
"medical_marijuana_retail_sales" DOUBLE,
"total_adult_use_and_medical_sales" DOUBLE,
"adult_use_products_sold" BIGINT,
"medical_products_sold" BIGINT,
"total_products_sold" BIGINT,
"adult_use_average_product_price" DOUBLE,
"medical_average_product_price" DOUBLE
);Anyone who has the link will be able to view this.