Using Python AdWords API Library, I can connect and download a report in CSV format. However - inserting that data into my database is failing due to spaces in the column names in the header row. Is there a way via the Adwords library to specifically name the columns, or force it to have no spaces?
Specifically, when calling "Id", the column name in the file is "Keyword Id".