Open johnbaldwin opened 6 years ago
Active learners today needs to filter on unique user ids for a given course on a given date. Currently the count is too high as it doesn't filter on unique user ids.
Ref: https://github.com/appsembler/figures/blob/0.1.3/figures/pipeline/course_daily_metrics.py#L67-L73
Found this while doing a code walkthrough for Maxi for Tahoe
PR https://github.com/appsembler/figures/pull/57 out for review on this
Active learners today needs to filter on unique user ids for a given course on a given date. Currently the count is too high as it doesn't filter on unique user ids.
Ref: https://github.com/appsembler/figures/blob/0.1.3/figures/pipeline/course_daily_metrics.py#L67-L73