So I have a data dump that's supposed to represent a person's height. The data is crap and I'm trying to clean it up. Ultimately, I aim to have a separates fields for feet and inches.
Im trying to learn python by doing some csv manipulation by looping through 1 CSV then searching another for the matches then picking up a row then paste the matching ...