mattzhao-R / reg-divvy

0 stars 2 forks source link

Potential Bugs in wrangling.r #2

Open mcheng25 opened 2 years ago

mcheng25 commented 2 years ago
image
mcheng25 commented 2 years ago

A more problematic bug: When you clean and create new variables, you create c_trips based on trips and trips based on df. But the most recent df assignment is in the "Finding start date of all stations" section, so it has five rows, one for each station. I don't think this is the behavior you were looking for. I'm guessing you meant to use df_trips.