Filter out view_count == 0

This makes the Julia results consistent with the SQL results.
This commit is contained in:
gg1234 2024-04-23 18:05:05 -07:00
parent 9815bc259d
commit f3429e0101
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ rs = @chain s begin
@subset(:title .!= "au PAY")
dropmissing(:view_count)
dropmissing(:caster)
@subset(:view_count .!= 0)
@select(:caster, :view_count)
@groupby(:caster)
@combine begin