I have three ally stock accounts and when running:
a.accounts()
the json data returned by Ally is not parsed properly into a dataframe. It contains only one row/column with all the json data in it. Also, I might expect it to only return info for the account number listed when instantiating the ally object, rather than all accounts.
Works fine with accounts(dataframe=False) but then has to be parsed manually. No big deal, but thought I would point it out.