rdata icon indicating copy to clipboard operation
rdata copied to clipboard

Reader of R datasets in .rda format, in Python

Results 6 rdata issues
Sort by recently updated
recently updated
newest added

## References to issues or other PRs Closes #31. ## Describe the proposed changes This PR will add basic writing functionality. Demo (`demo.py`): ```python import numpy as np from rdata.io...

How does this package compare to pyreadr?

enhancement

There are a couple of ideas for improving the tests in this package. For the tests, I think that the ideal thing would be to have each dataset as both...

Hi @vnmabus! This package has been greatly useful and I have implemented some new features (faster reading of arrays, a reader for ascii files, and xdr and ascii writers for...

Currently reference loops are not taken into consideration and cause an infinite loop. This should be fixed.

Thanks again for the applied change to read the rds files. Is it possible to add a new feature to write the df as an rds file too? In this...