You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unpivot works on its own (i.e. call =unpivot() directly as is done for Germany instead of =query(unpivot())) but if the columns are not sorted the trick used to calculate new cases doesn't work.
Note: this bug was tricky to find as when unpivot is called within the query, it doesn't generate an error but seems stuck in an old version of the query:
the range of columns to copy is stuck at A:S instead of A:V (i.e. skips 3 regions)
when cells contain numbers in parentheses they are not copied
Note that the total number of cases for each province is provided in Wikipedia so we could collect this data instead of calculating total of the day before + new cases
The text was updated successfully, but these errors were encountered:
The unpivot works on its own (i.e. call =unpivot() directly as is done for Germany instead of =query(unpivot())) but if the columns are not sorted the trick used to calculate new cases doesn't work.
Note: this bug was tricky to find as when unpivot is called within the query, it doesn't generate an error but seems stuck in an old version of the query:
Note that the total number of cases for each province is provided in Wikipedia so we could collect this data instead of calculating total of the day before + new cases
The text was updated successfully, but these errors were encountered: