SNOW-1897976: Consider adding a new DataFrame method to allow applying transformations in the fluent-style #2939
Labels
feature
New feature or request
status-triage_done
Initial triage done, will be further handled by the driver team
What is the current behavior?
Currently, to apply transformations to a dataframe, one needs to create a named variable to call a transformation function.
E.g. consider transformation functions such as
What is the desired behavior?
Defined a new method that allows fluent style coding
How would this improve
snowflake-snowpark-python
?Fluent-style code feels more ergonomic and matches the style of most built-in DataFrame methods
References, Other Background
The text was updated successfully, but these errors were encountered: