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 issue pops up occasionally for several functions (I would need to think to create a list of them). We can consider adding it, as I can see the rationale (I understand you e.g. have many data frames with different column names and have a fixed set of operations you want to do and sometimes these operations do not apply as the data frame does not have some column - right?)
Thanks. Yep, in particular for me it is a messy data / evolving schema situation.
E.g., data from Jan-Feb has columns [:a, :b, :c], data from Mar has [:a, :b, :c, :d] and so on - I'd like one data processing pipeline that can handle any of the historical files.
For the mapping overloads of
rename
/rename!
- I've at times wanted to ignore columns that aren't found.I think an optional kwarg would be a reasonable extension of the api? (not sure on name)
The text was updated successfully, but these errors were encountered: