-
Notifications
You must be signed in to change notification settings - Fork 13
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
default to metadata! style=:default #55
Comments
@nathanrboyer - this is an issue for DataAPI.jl, so I am moving it. |
@nalimilan - what do you think? To start with I wanted setting @nathanrboyer - I am working on TableMetadataTools.jl so expect changes in the code. |
I can write this at the top of my script to get the desired behavior, but there is probably a cleaner way with metaprogramming: |
If it was named something other than |
I understand your rationale. Let us wait for @nalimilan to comment. The change will be easy to implement. |
Sounds good. |
Maybe this was discussed already, but I would think a
style
named:default
would be defaulted to ifstyle
is not provided.I would like to see
style
as an optional keyword argument so thatmetadata!(df, "key", "value")
is allowed. (Then TableMetadataTools.jl would define a way to change what stylemetadata!(df, "key", "value")
uses.)The text was updated successfully, but these errors were encountered: