Using Generators and Coroutines to Merge Tabular Data (Drill Holes)
Carl Trachte
I have some mining drill hole data that I need to merge into an old vendor FORTRAN input format. Basically I do a series of SQL pulls from the drillhole database to csv files, then merge the data. My methodology has been a bit brute force in matching the separate parts of the drill hole data...