Api naming design choices #5129
Closed
thegreymatter
started this conversation in
Proposals
Replies: 2 comments 2 replies
-
I don't have the backstory, but |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks for the discussion! Hopefully it's more clear why things are the way they are. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
quick question that intrigues me regarding the design choices behind naming in ibis.
I'm trying to understand the choice behind some of the naming conventions. i.e. choosing "mutate" rather than "with_columns" or "remove_columns" which are more popular in spark and plyr.
as well, in which scenarios do you choose to alias an expression? (for example to my understanding "select" is an alias of "projection" ).
the reason I'm asking, as I'm working on onboarding ibis to my team, I'm trying to leverage familiarity with existing libraries to allow easier onboarding. and usually when there is a mismatch it might mean -
Beta Was this translation helpful? Give feedback.
All reactions