Skip to content

Commit

Permalink
#68, #66 Update centreline monthly function with numbin column
Browse files Browse the repository at this point in the history
  • Loading branch information
chmnata committed Oct 28, 2022
1 parent 17ca2c2 commit d610182
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ AS $BODY$
round(min(tt), 2) AS min_tt,
round(max(tt), 2) AS max_tt,
round(stddev(tt), 2) AS std_dev,
count(1) AS num_bin,
round(baseline_10pct::numeric, 2) AS py_pct_10_tt,
round(baseline_25pct::numeric, 2) AS py_pct_25_tt

Expand Down

0 comments on commit d610182

Please sign in to comment.