Skip to content

Loading of feather file created with recent pandas fails in JS arrow lib #99

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

Open
asfimport opened this issue Aug 31, 2021 · 0 comments
Labels
Type: bug Something isn't working

Comments

@asfimport
Copy link

The attached dataframe with a few records fails to load properly when using the JS arrow library. When inspecting the loaded content, the string values seem to include characters before the actual start of the string. Loading a large file like this is also extremely slow.

The file was generated using the latest pandas and pyarrow versions. To rule out platform dependent issues with writing the file, the same file was computed and written on Windows 10 and linux. Both files were binary identical and loaded without issues in pandas.

Reporter: Daniel Bachler

Original Issue Attachments:

Note: This issue was originally created as ARROW-13818. Please see the migration documentation for further details.

@assignUser assignUser transferred this issue from apache/arrow May 26, 2025
@assignUser assignUser added the Type: bug Something isn't working label May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants