datagrok-ai / public

Public package repository for the Datagrok.ai platform
MIT License
42 stars 26 forks source link

#105: Core: row matching: boolean conditions do not work #105

Open skalkin opened 3 years ago

skalkin commented 3 years ago

The following script should work:

let agesByRace = grok.data.demo.demog()
  .groupBy(['race', 'sex'])
  .where('control = true')
  .avg('age')
  .aggregate();

grok.shell.addTableView(agesByRace);
dnillovna commented 6 months ago

This issue has been mirrored in Jira: https://reddata.atlassian.net/browse/GROK-14757

dnillovna commented 2 months ago

This issue has been mirrored in Jira: https://reddata.atlassian.net/browse/GROK-16017