Sequence API
fullSeq#
Creates a full sequence of number values for a key given a set of data. The bounds of the sequence are determined from the existing values within the data. Typically used in combination with expand or complete.
Parameters#
key#
The key within the data to expand the sequence across.
period#
The gap between each value in the data (how much the sequence increments by).
Usage#
fullSeqDate#
Creates a full sequence of date values for a key given a set of data. The bounds of the sequence are determined from the existing values within the data. Typically used in combination with expand or complete.
Similar to fullSeq.
Parameters#
key#
The key within the data to expand the sequence across.
granularity#
The granularity to increment the data by.
period#
The gap between each value in the data (how much the sequence increments by).
Usage#
fullSeqDateISOString#
Creates a full sequence of date ISO string values for a key given a set of data. The bounds of the sequence are determined from the existing values within the data. Typically used in combination with expand or complete.
Similar to fullSeq.
Parameters#
key#
The key within the data to expand the sequence across.
granularity#
The granularity to increment the data by.
period#
The gap between each value in the data (how much the sequence increments by).