I am converting a set of Facebook AD APIs to pandas dataframe. They are in facebook adInsights format(facebook_business.api.Cursor).
I went through the solution I went through the solution here of converting it to a list first and then using pd.Dataframe, but I am getting Facebook Bad Object error -
FacebookBadObjectError: Bad data to set object data
Unable to recognize why this is happening and if there is another way to convert the APIs to a dataframe?