I am trying to merge multiple CSVs using python. The issue I am running into is that each file has a 3 rows of headers. How do I get rid of the 2nd and 3rd row of headers on all the files (just keeping the main header in the 1st row or each file) before merging them?
Thanks!
skiprowsparameter ofread_csvoriginally.skiprowsparameter of course