Hello,
Currently I do this:
Sctipt 1:
- Download adwords report to a CSV file
Script 2:
- Open CSV file as a pandas dataframe
- Does some calculations/analysis using the dataframe
Is this the right way of doing it? Is it possible to save the report directly to a pandas dataframe or other python datatype instead of downloading it to my local system?