-
Notifications
You must be signed in to change notification settings - Fork 55
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
Column names not feed through to named tuple. #306
Comments
This is not a DataFrames.jl related issue, so I am closing it. The short answer is that you should write:
But this is probably not something you are looking for. If you are not satisfied with it can you please re-open the issue in DataFramesMeta.jl (for some reason I am not able to transfer your issue). However, in general, I do not think what you want is possible as CC @pdeffebach |
I'm going to re-open to think about it some more. It's a reasonable request and maybe i can think of something. But I am pessimistic, given the fact that it's handled at the parser level. |
Ah - sorry for closing. For some reason I thought the issue was opened in DataFrames.jl. My bad. Of course it should be kept open here. |
Produces :X = (##1262 = 1, ##1263 = 2)
Can it instead produce? :X = (A=1, B=2)
The text was updated successfully, but these errors were encountered: