While trying to stack dataframes I received an error message.
This is my code:
all_trips <- bind_rows(q1_2019, q1_2020)
And this is the error:
Error in bind_rows()
:
! Can't combine ..1$ride_length
and ..2$ride_length
I compared both tables and I want to change the datatype in q1_2020 for the column ride_length into but don't know how.
We need some more information: what are the datatypes for ride_length
in q1_2019
and q1_2020
, and what do you want it to be?
system
Closed
3
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.