ntjohnson1 opened a new issue, #1757: URL: https://github.com/apache/datafusion-python/issues/1757
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** This is an extension of https://github.com/apache/datafusion-python/pull/1563 and similar PRs. I tried to write `total_size = st.aggregate([], [F.sum("some_column")])` but realized I had to wrap `some_column` in `dfn.col`. **Describe the solution you'd like** I'd like functions that take a column as an argument to also accept a string so I can just pass the column name. **Describe alternatives you've considered** Wrapping it myself. **Additional context** If we update this similar to other interface generalizations we should update the doc strings to reflect this simplification. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
