Watts-College / cpp-527-fall-2021

A course shell for CPP 527 Foundations of Data Science II
https://watts-college.github.io/cpp-527-fall-2021/
2 stars 6 forks source link

Final project Step8 #78

Open WSKQ23 opened 2 years ago

WSKQ23 commented 2 years ago

Hello @lecy I have the error below at step8. **d.gen** is the data set after merging the gender. I tried to join the salary data after removing the $ and the comma, but it didn’t work out for me. Please help, and thanks in advance for the support.

image

lecy commented 2 years ago

You are building the table from the data frame d.gen in the code (the first line in the recipe). It's the main ingredient in the recipe, so you need to send it to the function as an argument.

t.salary is the return object of the function, not an argument or input.

lecy commented 2 years ago

Please share code and not screen shots, unless you are sharing images.