Grouping records and getting standard deviation intervals for grouped records in BigQuery, getting wrong value
问题 I have a SQL below which is able to get the interval average of timestamp column grouped by icao_address, flight_number, flight_date. I'm trying to do the same for standard deviation and although I get a figure, it is wrong. The standard deviation that I get back is 14.06 (look at image below to see) while it should be around 1.8. Below is what I'm using for stddev calculation. STDDEV_POP(UNIX_SECONDS(timestamp))as standard_deviation Below is my SQL #standardSQL select DATE(timestamp) as