Updating an existing column (I)
Being able to efficiently update existing columns is particularly useful when cleaning data.
In this exercise, you will work with a new data.table
, untidy
, which is almost identical to batrips
, except we introduced a typo in the second row of the start_station
column.
Este exercício faz parte do curso
Data Manipulation with data.table in R
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Print untidy
___