Created
March 31, 2020 04:49
-
-
Save soasme/f1da85b054804712c60627b905fe0266 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xxx = ts("xxx").align(’1m’, 'max') | |
yyy = ts('yyy').align(''1m', 'min') | |
zzz = add(xxx, yyy, groupby='region').rename('zzz') | |
zzz = xxx.pipe(add, yyy, groupby='region') | |
query(zzz, data) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment