Afterward, I calculated the sum of the weights, excluding these outliers. It appears that these outliers represent the total weight.
Name n
<chr> <dbl>
1 Captain Trash Wheel 37.4
2 Gwynnda Trash Wheel 653.
3 Professor Trash Wheel 235.
In the original spreadsheet, I found a row at the bottom that sums up all the variables. It seems the cleaning script missed removing the total row at the bottom of the original spreadsheet, suggesting it might not be intended to be included.
I noticed three observations that had unusually high values for the Weight: Gwynnda, Professor, and the Captain
Afterward, I calculated the sum of the weights, excluding these outliers. It appears that these outliers represent the total weight.
In the original spreadsheet, I found a row at the bottom that sums up all the variables. It seems the cleaning script missed removing the total row at the bottom of the original spreadsheet, suggesting it might not be intended to be included.