You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An issue's been reported through support with the syntax of one of the queries:
Hey, I noticed that the interpolated query in the examples is incorrect (Bad usage of paratheses)
ORIGINAL: COALESCE(temperature,(prev_temp + next_temp)) / 2 AS interpolated_temperature
UPDATED: COALESCE(temperature,(prev_temp + next_temp) / 2) AS interpolated_temperature
Find this and fix it if possible.
The text was updated successfully, but these errors were encountered:
I think this is in the time series course which isn't as fully contained in a github repository as the fundamentals one is. I'll leave it open for now and see if I can find it... it might be shown on screen in the video. The original report didn't have much useful context unfortunately.
An issue's been reported through support with the syntax of one of the queries:
Find this and fix it if possible.
The text was updated successfully, but these errors were encountered: