I have a csv file with many columns and I want to import two to one table, ten to another, and ten to another still. How could I modify the code below to be selective like that? I was thinking of using if/elif statements to identify columns by their first row data, but I'm not sure that's the best/easiest solution.I have a csv file with many columns and I want