Cannot read some columns of sequential integers #35
Labels
enhancement
New feature or request
waiting for librdata changes
the issue needs some fixes to the C library librdata before it can be solved
Uh oh!
There was an error while loading. Please reload this page.
The readme says there's support for integer columns, but I get an error "LibrdataError: Invalid file, or file has unsupported features" trying to read even a simple, one column data frame of sequential integers. Maybe related to #30.
To Reproduce
Create the rds file from within R...
Now read the file from within Python...
Now, for something very strange, create the data frame in a slightly different way...
and everything works fine! ...
File example
tmp.rds.zip
Expected behavior
It should not matter how the data frame is constructed in R. Reading a column of integers should work as in my second example.
Setup Information:
How did you install pyreadr? pip
Platform: Ubuntu Linux 20.04
Python Version: 3.8
Python Distribution: Anaconda
Using Virtualenv or condaenv? Yes, conda
R Version:
The text was updated successfully, but these errors were encountered: