Ted Enamorado

Results 46 comments of Ted Enamorado

Hi @muranyia , It looks like the error you are getting comes from `EMail`. To check if comparisons are possible, we can try the following code: ``` g1

Hi @muranyia, It looks like parsing is much needed here. Does the variable `FullName` contain first and last name together? If so, I would separate those pieces of information e.g.,...

Hi @muranyia, Thanks for your detailed feedback! If you have tried the code on more than one computer, then one possible avenue is to run the code in R, not...

Hi, I hope all is well. Sadly, our blocking function is not as flexible to allow the specification of different window sizes that are related to another blocking variable. This...

Hi Frouke, Indeed, if you proceed as I suggested, you will get different sets of m- and u- probabilities (a set per block). One could combine all of them, the...

Hi Frouke, Thanks a lot for posting this! We are really happy to learn that fastLink was of help to you in writing the report and we hope it continues...

Hi Brad, Thanks a lot for posting such a detailed example of how to use `fastLink` to find duplicates within a dataset and create a unique ID for those observations...

Hi, I do not think it is a problem with the specs of your machine, but trying to conduct the merge without some blocking. From your code, I read that...

Hi Gui, Yes, I think parsing may help. Imagine if you have in one file the name: `Ted Enamorado` and in another file the name `Ted Enamorado Enamorado`. By glancing...

Hi Gui, If you are running this on just one computer, the approach you mention would work. For deduplication, I wrote a short primer on how to do it, you...