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
WARNING:root:Cannot execute the following query on the input DB: select score_math_course2,dataset,gender,agegroup,alzheimerbroadcategory from sample_data where score_math_course2 is not null and dataset is not null and gender is not null and agegroup is not null and alzheimerbroadcategory is not null
Expected solution: configurable definition of groupings instead of pre-defined groups 'dataset,gender,agegroup,alzheimerbroadcategory'
The text was updated successfully, but these errors were encountered:
python-hystogram fails with:
WARNING:root:Cannot execute the following query on the input DB: select score_math_course2,dataset,gender,agegroup,alzheimerbroadcategory from sample_data where score_math_course2 is not null and dataset is not null and gender is not null and agegroup is not null and alzheimerbroadcategory is not null
Expected solution: configurable definition of groupings instead of pre-defined groups 'dataset,gender,agegroup,alzheimerbroadcategory'
The text was updated successfully, but these errors were encountered: