Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to match two CSV files
Post: RE: How to match two CSV files

Hey DeaD_EyE , thanks for that code. I shall give it a go :)
timlamont General Coding Help 9 5,472 Oct-01-2019, 05:54 PM
    Thread: How to match two CSV files
Post: RE: How to match two CSV files

Match P1-P5 in the first row in CSV1 to P1-P5 in *any* row in CSV2 Then: Match P1-P5 in the second row in CSV1 to P1-P5 in *any* row in CSV2 ...and so on until all rows in CSV1 have been gone thru
timlamont General Coding Help 9 5,472 Sep-29-2019, 10:39 AM
    Thread: How to match two CSV files
Post: RE: How to match two CSV files

Thanks for your reply. I used the code as mentioned (Python 2.7.15+ on ubuntu) and got this: Error:Traceback (most recent call last): File "a.py", line 30, in <module> c = assert_frame_e...
timlamont General Coding Help 9 5,472 Sep-29-2019, 09:53 AM
    Thread: How to match two CSV files
Post: How to match two CSV files

I'm new to Python from VisualBasic, so excuse my basic question. I am trying to match two CSV files, based on the data in columns P1-P5: CSV#1: Header Row1 = DataCol1, DataCol2, DataCol3, P1, P2, P3...
timlamont General Coding Help 9 5,472 Sep-29-2019, 08:25 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020