Grouping up data in a CSV by rows in python

Viewed 29

I need help figuring out how to group up a set of data from a CSV in python. I have a table that I can view. All Columns are named except the one with the row numbers. I need to group the first 5 and the second 5 so that they can be used in multi processing.

0 Answers
Related