I’m looking to parse CSV files containing multiple tables using Python3’s csv module. These complex CSVs are not unlike the toy example below. My goal is to make an idiom for picking out any one table using a known header row. Complex CSV file toy.csv: lists, fruits, books, forks, rope, gum 4, 2, 3, 0,Read more