1. 学ぶ
  2. /
  3. コース
  4. /
  5. Joining Data with data.table in R

Connected

演習

Anti-joins

Anti-joins are useful when you want to filter rows in one table not found in the other. Your goal is to filter the population so that it does not contain the state capitals, and filter the area so that it only contains administrative areas, not the major Australian states.

指示1 / 2

undefined XP
    1
    2

Filter population so the result doesn't contain any rows from capitals.