|
|
|
|
|
by professionalguy
2340 days ago
|
|
In data engineering, I think your responses to the 'entity resolution' problem are a good Dunning Kurger style litmus test. If you don't know, entity resolution is the process of matching unique rows in two or more databases. Are these the same movies? Are these the same person? Novice DE: Oh easy, just merge on the name. Intermediate DE: OH GOD NO. <michael_scott_no.jpg> Expert DE: That's complicated, but I have a plan. |
|