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

Bug on converting string to int value #278

Closed
anhanh11001 opened this issue Jan 29, 2021 · 2 comments
Closed

Bug on converting string to int value #278

anhanh11001 opened this issue Jan 29, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@anhanh11001
Copy link

line 1435, in get_stock_financial_summary data[curr_row].append(int(row.text_content().strip()))

ValueError: invalid literal for int() with base 10: '7715168.69'

@anhanh11001
Copy link
Author

Already fixed

@alvarobartt alvarobartt self-assigned this Jan 29, 2021
@alvarobartt alvarobartt added the bug Something isn't working label Jan 29, 2021
@alvarobartt alvarobartt added this to To do in investpy v1.1.0 via automation Jan 29, 2021
@alvarobartt
Copy link
Owner

Cool! Read the comment I left you in the PR #205, where you will find all the information to fix this! 👍🏻 Releasing the v1.0.1 later today!

@alvarobartt alvarobartt moved this from To do to Done in investpy v1.1.0 Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants