Ghép nối mờ

Regular Expressions nâng cao trong R

Angelo Zehr

Data Journalist

Ghép nối thông thường

sơ đồ ghép nối thông thường

Regular Expressions nâng cao trong R

Ghép nối mờ

sơ đồ ghép nối mờ

Regular Expressions nâng cao trong R

Gói fuzzyjoin

library(fuzzyjoin)
stringdist_join(
  user_input,
  database,
  by = c("user_input" = "name"),
  method = "lv",
  max_dist = 1,
  distance_col = "distance"
)
Regular Expressions nâng cao trong R

stringdist_join: Kết quả

kết quả fuzzyjoin

Regular Expressions nâng cao trong R

Hãy thực hành!

Regular Expressions nâng cao trong R

Preparing Video For Download...