Uh oh!
There was an error while loading. Please reload this page.
Adds buffer based IO support. - #179
Conversation
This allows libraries to use a memory buffer instead of a file on disk as source.
camjw
commented
Nov 27, 2023
Hi, we're using Pyreadstat which depends on Readstat at Channel (https://usechannel.com) to let our users query SPSS files. We're very keen for this PR to be merged - having to save uploaded files to disk and then read them is much more annoying than it sounds. Our plan at the moment is to maintain a separate fork of Pyreadstat and apply the corresponding changes ourselves but would love it if this PR could be merged! Thanks for this @jonex ! |
DvGils
commented
May 8, 2024
Any update on this? :) |
Antalares
commented
Sep 17, 2024
Could you merge this PR ? We expect stream reading capabilities from pyreadstat library |
pritam-dey3
commented
Oct 24, 2024
Friendly ping, and request to merge this PR. |
ligon
commented
May 1, 2025
Just encouragement to get this merged, please! |
ofajardo
commented
Jan 23, 2026
In pyreadstat, this should be now solved in version 1.3.3 via this PR. Big thanks to @slobodan-ilic for the implementation! |
This allows language wrapping libraries such as pyreadstat to use a memory buffer instead of a file on disk as source.