Skip to content

Commit f475ffa

Browse files
proof reading working with data in R
1 parent 4175964 commit f475ffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

individual_modules/working_with_data_in_R/questions/summary_combining_datasets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
]
2727
},
2828
{
29-
"question": "In a left join, what happens to the rows in the elft dataframe that do not have matching values in the right dataframe?",
29+
"question": "In a left join, what happens to the rows in the left dataframe that do not have matching values in the right dataframe?",
3030
"type": "many_choice",
3131
"answers": [
3232
{
@@ -35,7 +35,7 @@
3535
"feedback": "Incorrect"
3636
},
3737
{
38-
"answer": "They are retained with `NA` values fo the column from the right dataframe",
38+
"answer": "They are retained with `NA` values for the column from the right dataframe",
3939
"correct": true,
4040
"feedback": "Correct"
4141
},
@@ -56,7 +56,7 @@
5656
"type": "many_choice",
5757
"answers": [
5858
{
59-
"answer": "They results in faster joins",
59+
"answer": "They result in faster joins",
6060
"correct": false,
6161
"feedback": "Incorrect"
6262
},

0 commit comments

Comments
 (0)