From 5803292579b4d746f95a1693192247f158341c99 Mon Sep 17 00:00:00 2001 From: Marigold Date: Thu, 5 Dec 2024 10:08:53 +0100 Subject: [PATCH] wip --- etl/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etl/helpers.py b/etl/helpers.py index 562516b215d8..1cef8314c1b0 100644 --- a/etl/helpers.py +++ b/etl/helpers.py @@ -284,7 +284,7 @@ def create_dataset( # Expand long to wide if long_to_wide: if ds.metadata.channel != "grapher": - log.warning("long_to_wide=True should be only used in grapher channel") + log.warning("It is recommended to use long_to_wide=True only in the grapher channel") dim_names = set(table.index.names) - {"country", "year", "date"} if dim_names: