You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: