Description
A dataframe containing the amount of time it took to clean both pirate and shark poop from the poop deck using one of three different cleaning solutionsFormat
A data frame containing 300 rows and 4 columns
- day
- (factor) - The day that the poop deck was cleaned (1 through 10000)
- cleaner
- (string) - The cleaning solution used
- type
- (string) - The type of poop being cleaned
- time
- (numeric) - The amount of time (in minutes) the cleaning took.