Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
item | TEXT | - | ✔ | The value you want to estimate occurrences of |
agg | CountMinSketch | - | ✔ | A CountMinSketch object created using count_min_sketch |
Returns
| Column | Type | Description |
|---|---|---|
approx_count | INTEGER | The estimated number of times item appeared in the sketch |
Samples
Given a table of stock data, estimate how many times the symbolAAPL appears: