rio icon indicating copy to clipboard operation
rio copied to clipboard

🐟 A Swiss-Army Knife for Data I/O

Results 47 rio issues
Sort by recently updated
recently updated
newest added

Please specify whether your issue is about: - [x] a possible bug - [ ] a question about package functionality - [ ] a suggested code or documentation change, improvement...

I think it will be a good idea to specify a standard for `import` methods in the CONTRIBUTING.md. For standard I mean argument names such as `path`, `which` and `header`...

enhancement
documentation
format-attributes

Please specify whether your issue is about: - [ ] a possible bug - [ ] a question about package functionality - [x] a suggested code or documentation change, improvement...

enhancement

I'm watching a series of related issues and PRs here re: `...`. The tidyverse/r-lib packages are using the [ellipsis](https://ellipsis.r-lib.org) package for similar functionality, in case that holds any interest. Yes,...

enhancement

Hello, just a quick note that I think qs should be added to the supported formats. qs claims to be as fast as fst for read/write data.frames but its major...

enhancement

- [x] a possible bug The title says it all. For some reason, rio doesn't write the variable label attribute to SPSS/Stata files, if there is also a "labels" attribute...

bug

Please specify whether your issue is about: - [x] a possible bug - [x] a question about package functionality - [x] a suggested code or documentation change, improvement to the...

bug

Here are two reproducible examples. 1. I find it cannot export a compressed file in the format `zip`. 1. I find a list of `data.frame` exporting is supported in the...

enhancement

Hello, I noticed `csv.gz` is not loaded via data.table while data.table now natively reads gzipped files. Is there a reason for it ? Also, can I suggest adding support for...

enhancement

Might be a useful Suggests feature: https://github.com/jacobkap/asciiSetupReader

enhancement
help wanted