Hello,
I need some help with the Using Cursor-like Stages lab solution. Neither answer matches with my results and it seems like num_favs returns always one element.
Regards,
Marcin
Hello,
I need some help with the Using Cursor-like Stages lab solution. Neither answer matches with my results and it seems like num_favs returns always one element.
Regards,
Marcin
Unfortunately, you don’t give much information on what exactly your problem is or where your pipeline is failing. I would suggest trying each stage in the pipeline separately to see where you’re losing the ‘num-favs’ array.
Thanks, @DHz
I failed that question but I know what I’ve done wrong.
I’ve made a mistake and instead of assigning number of favorites to num_favs I assigned an array.
I corrected the query and I git correct answer.
Thanks,
Marcin