Python Pandas Duplicate Header Row and Increasing File Size
I am writing a tool that will pull data from an API and save it as CSV. I want to run this daily and update my CSV, removing duplicates. Currently the data is pulled and stored fine, however I have two problems. There is a duplicate header row somewhere in my data that isn’t being… Read More Python Pandas Duplicate Header Row and Increasing File Size