标签: c# entity-framework .net-core subquery entity-framework-core
fuzz.join <- lapply(alltrx.list, function(x){ fuzzy_left_join(x, long, by = c("TIME" = "V1", "TIME" = "V2") , match_fun = list(`>=`, `<=`)) })