Shaun
Shaun
`entities_df = json_normalize([item.to_params() for item in Account.all(account_object)], sep='_')` Account object is an account object iterated over from the below. `accounts = client.accounts()`
So doing it again is restricted for the Account? I am trying to use the resource.py `to_params` to get all of the account information and attributes.
@smaeda-ks yeah I can do it with the suggested approach but I have to add a conditional statement to the method because I cannot call a generic Object.all() because for...
So high level I have a method that is called and takes an entity object and then stores all the returned entities in a data frame to produce lookup data...