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

Copy table with new column names #102

Open
heinrichkraus opened this issue Oct 26, 2022 · 0 comments
Open

Copy table with new column names #102

heinrichkraus opened this issue Oct 26, 2022 · 0 comments

Comments

@heinrichkraus
Copy link

Hi,

please let me know if this question has already been answered somewhere. However, I failed to copy a table with new column names. What I mean by that is that I have a collection of Tables v, each having the same layout, for example column names a, b, c. My goal was to generate a new table
t = Table(v[1], v[2], v[3], ...)
However this new table should have the column names a1, b1, c1, a2, b2, c2, .... It is easy to come up with a hacky way to do this but is there a type-stable way to achieve this?

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

No branches or pull requests

1 participant