You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "example.py", line 41, in get_all_trades_and_positions
trades1=get_ib_trades("U2625371_20190407_20200228.htm")
File "/mnt/c/users/john/documents/arduino/python-uk-trading-tax-calculator/shredIBfiles.py", line 428, in get_ib_trades
df_results=_parse_pandas_df(main_table)
File "/mnt/c/users/john/documents/arduino/python-uk-trading-tax-calculator/shredIBfiles.py", line 240, in _parse_pandas_df
if _check_blank_row(row):
File "/mnt/c/users/john/documents/arduino/python-uk-trading-tax-calculator/shredIBfiles.py", line 180, in _check_blank_row
return all([len(x)==0 for x in row])
File "/usr/lib/python2.7/dist-packages/pandas/core/indexing.py", line 108, in iter
raise NotImplementedError('ix is not iterable')
The text was updated successfully, but these errors were encountered:
File "example.py", line 41, in get_all_trades_and_positions
trades1=get_ib_trades("U2625371_20190407_20200228.htm")
File "/mnt/c/users/john/documents/arduino/python-uk-trading-tax-calculator/shredIBfiles.py", line 428, in get_ib_trades
df_results=_parse_pandas_df(main_table)
File "/mnt/c/users/john/documents/arduino/python-uk-trading-tax-calculator/shredIBfiles.py", line 240, in _parse_pandas_df
if _check_blank_row(row):
File "/mnt/c/users/john/documents/arduino/python-uk-trading-tax-calculator/shredIBfiles.py", line 180, in _check_blank_row
return all([len(x)==0 for x in row])
File "/usr/lib/python2.7/dist-packages/pandas/core/indexing.py", line 108, in iter
raise NotImplementedError('ix is not iterable')
The text was updated successfully, but these errors were encountered: