Configuration
Wide vs long
Wide is the default. Series are merged onDate with an outer join, so the output covers the union of all dates and leaves gaps where a series has no observation.
Long stacks the series instead, adding a Country entity column. Pick this when the series share a meaning and differ by country — it keeps the data in the shape most Alphacast charts and dashboards expect.
If every series resolves to the same country and that country is unknown, the
Country column is dropped rather than filled with a placeholder.Next steps
Fetch Alphacast Dataset
Import a whole dataset instead of individual series.
Select Series
Reduce an existing dataset down to specific series.