6/30/17 Notes (trying to use strip function to get more names to appear)
Still working on similarity function. I’ve asked around, and tried finding a solution online but I haven’t found anything that will merge sequences depending on the sequence matcher ratio so instead I’m going to try to find a function that will edit a list so that it matches another list, then, after the two lists are matching I’ll merge the files. I asked my friend Brooke Hossley for help and she suggested using a trim function to get rid of the spaces after the names which would definitely help make more names appear. The command is .lstrip() here is what I typed: ConfidenceS14['First Name'].lstrip() This did not work. I got and error that says “ 'Series' object has no attribute 'lstrip' ” I googled that error and apparently I need to add “.str” before “.lstrip” This worked! Here is the full command: ConfidenceS14['First Name'].str.lstrip() I’m going to try to search one of the names Torri couldn’t find because of and ext...