Loading...
Loading...
Query the german_shopping_receipts BigQuery table with bq. Use when the user asks about groceries, supermarket spend, item prices, or that table.
npx skill4agent add tejas-kale/skills german-shopping-receiptsaugust-cirrus-399913.economics.german_shopping_receiptsbqbq query --nouse_legacy_sql --format=pretty '<sql>'FROM| Column | Type | Notes |
|---|---|---|
| supermarket | STRING | |
| date | DATE | Purchase date — the one to filter and group on |
| item_name_german | STRING | |
| item_name_english | STRING | |
| price | FLOAT | Per-item price; the column for item-level analysis |
| total_price | FLOAT | Receipt total, repeated on every line item — summing it multiplies by line count |
| inserted_at | TIMESTAMP | Load time, not purchase time |
supermarketdateCOUNT(DISTINCT ...)MAX(total_price)