Published August 15, 2025
| Version 1.0.0
Software
Open
rdata: Read R datasets from Python
Description
What's Changed
The main novelty of this version is that we have now writing (Python -> R) functionality for some Python objects, thanks to @trossi.
Also, we published this software in the Journal of Open Source Software. If you are using this software as part of your research, please consider citing us.
Apart for that, we are now able to read dataframes without "names" attribute, and 1D vectors with "names".
List of relevant PRs
- Add writers for xdr and ascii files by @trossi in https://github.com/vnmabus/rdata/pull/40
- Add JOSS paper. by @vnmabus in https://github.com/vnmabus/rdata/pull/43
- Add writing functionality for dataframes by @trossi in https://github.com/vnmabus/rdata/pull/45
- Bump minimum Python version to 3.11 by @vnmabus in https://github.com/vnmabus/rdata/pull/53
- Convert correctly dataframes without
"names"attribute by @vnmabus in https://github.com/vnmabus/rdata/pull/54 - Add support for named vectors by @vnmabus in https://github.com/vnmabus/rdata/pull/57
Full Changelog: https://github.com/vnmabus/rdata/compare/0.11.2...1.0.0
Notes
Files
vnmabus/rdata-1.0.0.zip
Files
(260.1 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:9929a89635a14336fd6229f8fcd714d4
|
260.1 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/vnmabus/rdata/tree/1.0.0 (URL)
Software
- Repository URL
- https://github.com/vnmabus/rdata