Super learner
This user is a Super Learner. To become a Super Learner, you need to reach Level 8.
DataFrame - Product D without productPrice
Dear Martin
The code you provided at line 8 , shows no error for me:
2 answers ( 0 marked as helpful)
Hi Mani!
Thanks for reaching out.
Your code is correct. This is why you have no error. In the video there is a syntax error. Instead of double dots (:), the instructor used a semicolon (;). This is why in the video an error obtained.
Hope this helps.
Best,
Tsvetelin
Super learner
This user is a Super Learner. To become a Super Learner, you need to reach Level 8.
I just noticed that a semicolon was used instead of a column. The other error was that there was not comma(,) separating the third and the fourth item in the dictionary.
Thank you for the observation. It made me get my hands dirty and try different things.