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

Add rename operation #17

Closed
wants to merge 2 commits into from
Closed

Add rename operation #17

wants to merge 2 commits into from

Conversation

juliohm
Copy link

@juliohm juliohm commented Dec 11, 2020

This PR is work in progress. It addresses issue #16.

I've copied the docstring from DataFrames.jl and replaced df by table. The plan is to implement this functionality lazily as suggested using the struct RenamedTable.

I think we don't want to support the in-place version rename! as tables are not mutable in general as you said.

As soon as a first version is ready, I will request your review. Please feel free to suggest changes anytime to accelerate the process.

@juliohm
Copy link
Author

juliohm commented May 10, 2022

Added in TableTransforms.jl

@juliohm juliohm closed this May 10, 2022
@juliohm juliohm deleted the rename branch May 10, 2022 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant