CityCycle wants to tag its longer trips without losing the short ones.
You have the rides DataFrame:
Your task: keep all columns and add a boolean column is_long that is true when minutes is greater than 20 and false otherwise.
Assign your answer DataFrame to result. Row order doesn't matter.