Replies: 2 comments 1 reply
-
Unfortunately it is not possible at the moment. |
Beta Was this translation helpful? Give feedback.
-
I have done a new release 1.2.2 where now you have the argument num_rows that has to be equal or larger than the number of rows in the file. You have to determine this number yourself, either reading the file wihthout multiprocessing first, reading in the original application, or for example setting a very large number, if then the number of rows is less than your number, that means all rows were read, otherwise you have to repeat the operation until the number of rows is less than your number. |
Beta Was this translation helpful? Give feedback.
-
As per the specification in pyreadstat’s documentation, Xport file is not supported as it does not have the number of rows recorded in the metadata, which is needed for function read_file_multiprocessing. I'm wondering if it works when providing an extra parameter and setting it to the number of rows which can be obtained in other ways.
Beta Was this translation helpful? Give feedback.
All reactions