I have ~2300 CSV files and colunm 1 variable name is different for each CSV file. I want to merge all files by panelistID (colunm 2) and run frequencies on column 1 to get frequency of each CSV file. Please can someone help?
Below example of file layout:
File1
mat1_pen1, panelistID
0, 10075001
20, 10086001
44, 10086002
10, 10096001
File2
mat2_pen2, panelistID
74, 10118002
40, 10118003
77, 10128001
77, 10128003
file 3
mat3_pen4, panelistID
77, 10128003
51, 10137001
0, 10148001
0, 10148002
0, 10157001