Hey,
I've several .csv files (~10) and need to merge them together into a single file horizontally. Each file has the same number of rows (~300) and 4 header lines which are not necessarily identical, but should not be merged (only take the header lines from the first .csv file). The tokens in the lines are comma separated with no spaces in between.
As a python noob I've not come up with a solution, though I'm sure there's a simple solution to this problem. Any help is welcome.