How To Pull Data From the Adwords API and put into a Pandas Dataframe
问题 I'm using Python to pull data from Googles adwords API. I'd like to put that data into a Pandas DataFrame so I can perform analysis on the data. I'm using examples provided by Google here. Below is my attempt to try to get the output to be read as a pandas dataframe: from googleads import adwords import pandas as pd import numpy as np # Initialize appropriate service. adwords_client = adwords.AdWordsClient.LoadFromStorage() report_downloader = adwords_client.GetReportDownloader(version=