-
Amend the fares list to replace nulls.
The solution shows ‘@[fares;where null fares;:;avg fares]’, but to actually amend the list, it should be @[`fares;where null fares;:;avg fares], right? The backtick is needed to amend the fares list.
Log in to reply.