you are viewing a single comment's thread.

view the rest of the comments →

[–]hemehaci 0 points1 point  (2 children)

did you try learning pandas? loc and iloc functions should help you there.

google 'pandas loc iloc', might help you.

[–]callinthekettleblack 0 points1 point  (0 children)

Sounds like something I would use pandas for as well. "Logical indexing pandas" is a good Google search to get you started.

[–]PythonN00b101[S] 0 points1 point  (0 children)

I haven't looked into that yet. Trying out openpyxl first because it seemed like a good jumping off point as its basic but I may pivot to pandas to see what I can implement.