How to rename column for multiple PDF tables
Hi there, I've wrote a script that enables me to extract a table from multiple pdf files. Each table opens and the table name is matched to the file name. I've realised the format of the pdfs isn't always consistent and so the header for column 3 can be different. Therefore, I would like to incorporate a function into my script that renames column 3 as "Property" for all the tables. I've tried the...