A program to recognize and reward our most engaged community members
MBA_Data_Miner wrote:In the not too distant future- I have an idea I would like to try out ... but I have no idea what operators could accomplish this:What I would like to do is scan a database ( flat file currently) and find any records with matching fields. Then assign a "relationship ID" to each field to help find relationships in the data. ( later I would like to include fuzzy matching as well above a certain match threshold, like Jaccard similarity or something similar). Any thoughts? Best regards, J.
MBA_Data_Miner wrote:Update: Additionally research online has revealed that my mystery problem is called "entity resolution". Does anyone have experience with this? The project would be on a flat excel file as well rather than an access file.