Table Schema
Inspect
Table
| Column | Type | Description |
|---|---|---|
| category | string | Product category. |
| product | string | Product name. |
| user_id | integer | Customer identifier. |
| spend | decimal | Transaction spend amount. |
| transaction_date | timestamp | Timestamp of the transaction. |
