fill_inventory_gaps
Fills gaps in inventory data by generating missing date/product combinations.
Syntax
fill_inventory_gaps(<table>)
| Parameter | Type | Description |
|---|---|---|
| table | Table | The table to operate on. |
Return values
Table
Usage
Fills gaps in inventory data by generating missing date/product combinations.
fill_inventory_gaps(inventory_levels, inventory_levels.date, inventory_levels.product_id)