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

TypeError: Object of type int64 is not JSON serializable when writing using a Pandas dataframe #2501

Closed
djouallah opened this issue May 12, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@djouallah
Copy link

can't write to delta using Pandas, I added a reproducible example in this notebook

https://colab.research.google.com/drive/1uPOv8qyj5xW4XfrnkLtZtYIaaQfhupjG#scrollTo=7USg9dd-1ivc

@djouallah djouallah added the bug Something isn't working label May 12, 2024
@ion-elgreco
Copy link
Collaborator

That's a pyarrow pandas compatiblity issue because it fails at dataframe_to_arrays. So you should create an issue at PyArrow repo : )

@ion-elgreco ion-elgreco closed this as not planned Won't fix, can't repro, duplicate, stale May 12, 2024
@djouallah
Copy link
Author

thanks

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
None yet
Development

No branches or pull requests

2 participants