Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
i have two fields, 1st is date and 2nd is tweet id and i m counting tweet w.r.t. date.
i have average but cant find the standard deviation.
I tried using stdev, buti suppose i m doing something wrong.
Thanks
pls put expression here what u tried
stdev(count(tweet_id))
and also tried this
stdev(aggr(count(tweet_id)))
try like this
stdev(aggr(count(tweet_id),date))