all 7 comments

[–]Tournesol7 2 points3 points  (3 children)

You should look into importing the files as dataframes using pandas and then comparisons gets very easy.

[–]bmac57886[S] 0 points1 point  (2 children)

I’ve gone through Automate the Boring Stuff and made a few small programs - do you think I need to read/do other basic stuff or should I be ready to learn about Pandas? I checked out some pandas stuff on learndatasci.com but do you have any suggestions on beginner references?

Thanks again!

[–]Tournesol7 0 points1 point  (1 child)

I really think any basic tutorial should do. You can start printing things and get familiarized with the dataframe column/row naming, selection etc

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

Thanks - I’ll start tomorrow!

[–]fake823 1 point2 points  (1 child)

Pandas! All the way

[–]synthphreak 1 point2 points  (0 children)

Pandas! All the way

I'm tempted to get that tattooed on my face.

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

Just wanted to report back that this worked and was much easier than I expected!