Get startedGet started for free

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.

This exercise is part of the course

Data Manipulation with data.table in R

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Print untidy
___
Edit and Run Code