1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Data Manipulation with data.table in R

Connected

अभ्यास

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.

निर्देश 1/2

undefined XP
    1
    2

Print the first two rows of untidy to see if you can spot the typo.