Support reading SAV files from memory #157
janwillemvl
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Yes, I agree it would be very useful. Unfortunately it is not possible at the moment as the underlying C library Readstat does not allow that.A PR has already submitted but has not progressed so far. You can read more details here: |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes, it probably will take a long time before it is solved, if it gets solved at all. So you need to arrange some alternative for your work if you want to progress |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I can see, currently the read_sav function only supports reading in a file from local drive. My script does not have writing rights on local drive, and the idea is that it reads a sav file from S3, parses it and writes the parsed contents to a RDS database in AWS. This would work if the function read_sav would accept an in-memory-file (BytesIO object).
Beta Was this translation helpful? Give feedback.
All reactions