COOL-cohort / COOL

the source code of the COOL system
https://www.comp.nus.edu.sg/~dbsystem/cool/
Apache License 2.0
45 stars 16 forks source link

Cohort Exploration #19

Closed hugy718 closed 2 years ago

hugy718 commented 2 years ago

Summary: This PR adds basic support for cohort exploration by displaying the records of a cohort created from a previous cohort selection.

Description: Cohort exploration aims to let users inspect the records from a cohort of users, either visually or by exporting them to portable formats for further analysis. Currently, we have a writer that displays all records in the terminal, but the writer can be easily extended to save them as COOL's cube or other data formats (will support this later.)

Other changes: