-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCITATION.cff
62 lines (62 loc) · 2.79 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Ramos-Carreño"
given-names: "Carlos"
orcid: "https://orcid.org/0000-0003-2566-7058"
affiliation: "Universidad Autónoma de Madrid"
email: [email protected]
title: "rdata: Read R datasets from Python"
date-released: 2022-03-24
doi: 10.5281/zenodo.6382237
url: "https://github.com/vnmabus/rdata"
license: MIT
keywords:
- rdata
- Python
- R
- parser
- conversion
identifiers:
- description: "This is the collection of archived snapshots of all versions of rdata"
type: doi
value: 10.5281/zenodo.6382237
- description: "This is the archived snapshot of version 0.7 of rdata"
type: doi
value: 10.5281/zenodo.6382238
preferred-citation:
type: article
title: "rdata: A Python library for R datasets"
authors:
- family-names: "Ramos-Carreño"
given-names: "Carlos"
orcid: "https://orcid.org/0000-0003-2566-7058"
affiliation: "Universidad Autónoma de Madrid"
email: [email protected]
- family-names: "Rossi"
given-names: "Tuomas"
orcid: "https://orcid.org/0000-0002-8713-4559"
affiliation: "CSC - IT Center for Science Ltd."
date-published: 2024-12-01
abstract: "Research work usually requires the analysis and processing of data from different sources. Traditionally in statistical computing, the R language has been widely used for this task, and a huge amount of datasets have been compiled in the Rda and Rds formats, native to this programming language. As these formats contain internally the representation of R objects, they cannot be directly used from Python, another widely used language for data analysis and processing. The library rdata allows to load and convert these datasets to Python objects, without the need of exporting them to other intermediate formats which may not keep all the original information. This library has minimal dependencies, ensuring that it can be used in contexts where an R installation is not available. The capability to write data in Rda and Rds formats is also under development. Thus, the library rdata facilitates data interchange, enabling the usage of the same datasets in both languages (e.g. for reproducibility, comparisons of results against methods in both languages, or the creation of complex processing pipelines that involve steps in both R and Python)."
doi: 10.21105/joss.07540
institution:
name: "Universidad Autónoma de Madrid"
issn: "2475-9066"
issue-date: "2024-12-01"
journal: "Journal of Open Source Software"
keywords:
- "R"
- "datasets"
- "rda"
- "rds"
languages:
- en
license: CC-BY-4.0
publisher:
name: "The Open Journal"
url: "https://joss.theoj.org/papers/10.21105/joss.07540#"
volume: 9
issue: 104
start: 1
end: 4