-
Is there any mechanism in pyreadstat to write SPSS files in chunks (or, alternatively, to append to an existing SPSS file)? I'm running into OOM errors when writing large SPSS files. Empirically, it appears that pyreadstat requires several times more memory to write an SPSS file than the size of the underlying file. |
Beta Was this translation helpful? Give feedback.
Answered by
ofajardo
Aug 17, 2021
Replies: 1 comment
-
Unfortunately it is not possible. The underlying C library Readstat does not allow neither writing in chunks or append to a file |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mnizol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately it is not possible. The underlying C library Readstat does not allow neither writing in chunks or append to a file