pyreadr icon indicating copy to clipboard operation
pyreadr copied to clipboard

Support for row_offset and row_limit ?

Open ankravch opened this issue 4 years ago • 2 comments

Is pyreadr able to support row_offset and row_limit similar to pyreadstat ?

ankravch avatar Dec 16 '21 02:12 ankravch

Probably I should ask librdata to support this feature first.

ankravch avatar Dec 16 '21 03:12 ankravch

thanks for asking librdata, they have the ultimate answer. As far as I know librdata does not implement it. In R files data is stored as columns instead of rows as in the case of SPSS/SAS/STATA (think that a dataframe is like a list of vectors), so the whole column is read at once.

ofajardo avatar Dec 16 '21 09:12 ofajardo