Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version: RData v1.0.0 #69824

Merged
merged 1 commit into from
Oct 10, 2022
Merged

Conversation

JuliaRegistrator
Copy link
Contributor

UUID: df47a6cb-8c03-5eed-afd8-b6050d6c41da
Repo: https://github.com/JuliaData/RData.jl.git
Tree: 9a6220c8f59c38ddf6217638042ae6788973f617

Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec
JuliaRegistrator referenced this pull request in JuliaData/RData.jl Oct 10, 2022
Use the `metadata` function recently added to DataAPI and DataFrames
to import R `data.frame` attributes and set them as `DataFrame` metadata.
R stores per-column attributes in vector objects, while DataFrames.jl
stores them in the `DataFrame` object, as there is no generic mechanism
to attach metadata to an `AbstractVector` object.

The `row.names` attribute is skipped as it is not appropriate to store
it as global metadata given that it will get out of sync after subsetting
rows. We could provide a way to turn row names into a column instead.

Also add methods to check equality between two `DictoVec` objects
as these are useful for tests (haven commonly sets named numeric vectors
to store value labels so this case deserves testing).
@JuliaRegistrator JuliaRegistrator temporarily deployed to stopwatch October 10, 2022 06:39 Inactive
@github-actions
Copy link
Contributor

Your new version pull request met all of the guidelines for auto-merging and is scheduled to be merged in the next round.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

@JuliaTagBot JuliaTagBot merged commit be44bab into master Oct 10, 2022
@JuliaTagBot JuliaTagBot deleted the registrator/rdata/df47a6cb/v1.0.0 branch October 10, 2022 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants