You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This request is showing often as sometimes adding transformation function name is not desired.
A working idea is to add a suffix kwarg that would handle this (actually the suffix might be more flexible than just true/false, but a general suffix - I will propose something).
I will make a PR for this. This is an issue to keep track that this happens.
The text was updated successfully, but these errors were encountered:
@nalimilan - the only problematic case to decide what to do is [] => fun. What should be the column name then when we drop adding function as a suffix? It can be Symbol(""), as we allow it, but it seems to be obscure. However, maybe it is OK, as one has to be explicit to get this outcome.
This request is showing often as sometimes adding transformation function name is not desired.
A working idea is to add a
suffix
kwarg that would handle this (actually the suffix might be more flexible than justtrue
/false
, but a general suffix - I will propose something).I will make a PR for this. This is an issue to keep track that this happens.
The text was updated successfully, but these errors were encountered: