Sorry, I'm new to Python. I need to join two tables from the experiment with eye-tracking (right now I show them in one table, see picture). They have to match on 3 parameters: Stimulus (B-O), Participant (C-P) and AOI name (E-R). 1_00 stimulus should match with the same with i index - i1_00 (inverted). So I want to see in one line the same participants, the same stimulus, and the same area of interest (i.e. nose). Some lines from one table won't have the same in other table, so they have to be deleted. Right now I'm only able to import Pandas, open the table in Python and print it...
↧