I have 13 csv files to merge. I wanted to try pandas and python but I am struggling.
There is 3 types of files the key is a 1) has columns a b c d 2) has columns a b c d (with a not containing any from 1) 3) has columns a b c d e f g (with a containing all from 1 and 2)
How could i go about merging these all into one csv containing all the info from all the files?