Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm not able to run the code #1

Open
Johnr24 opened this issue Mar 1, 2020 · 1 comment
Open

I'm not able to run the code #1

Johnr24 opened this issue Mar 1, 2020 · 1 comment

Comments

@Johnr24
Copy link

Johnr24 commented Mar 1, 2020

(all_trades, all_positions)=get_all_trades_and_positions()

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')

@Johnr24
Copy link
Author

Johnr24 commented Mar 1, 2020

I'm currently getting this error,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant