Forum Replies Created

  • Richard-Mandel

    Member
    October 30, 2024 at 4:15 pm in reply to: Amend the fares list to replace nulls.

    Hi Megan,

    In Session 3 Data Structures, Exercise 17 it says “Amend the fares list to replace the null values to be equal to the average value”. The solution it shows is “@[fares;where null fares;:;avg fares]”. This is incorrect. It’s missing the tick prior to “fares”.

    Thanks,

    -Richard

  • Richard-Mandel

    Member
    October 30, 2024 at 3:51 pm in reply to: Amend the fares list to replace nulls.

    I should have been more clear in my post. The solution in the exercise is wrong. It mentions amending the table, but their solution doesn’t include the backtick.

    Thanks,