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

pyarrow.lib.ArrowInvalid: "Could not convert '5' with type str: tried to convert to int" #32

Closed
KenseyDaly opened this issue Sep 6, 2021 · 1 comment
Labels
question Further information is requested

Comments

@KenseyDaly
Copy link

I'm using essentially the same code that is in the "main example" provided in this repository for a table with numeric values. When I edit the numbers in the Streamlit page (for example change one of the cells to 5) I get the error below:

pyarrow.lib.ArrowInvalid: ("Could not convert '5' with type str: tried to convert to int", 'Conversion failed for column [name of column] with type object')

I checked the data frame the table is initialized with and the columns are all type int.

@PablocFonseca
Copy link
Owner

Could you please share your code?

@PablocFonseca PablocFonseca added the question Further information is requested label Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants