Skip to content

Instantly share code, notes, and snippets.

@soasme
Created March 31, 2020 04:49
Show Gist options
  • Save soasme/f1da85b054804712c60627b905fe0266 to your computer and use it in GitHub Desktop.
Save soasme/f1da85b054804712c60627b905fe0266 to your computer and use it in GitHub Desktop.
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