ntjohnson1 opened a new issue, #1436: URL: https://github.com/apache/datafusion-python/issues/1436
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** In the effort to add examples to the functions we decided to not add examples for the aliases because of maintenance burden. I couldn't find discussion (or didn't look sufficiently hard enough) about why we have all these aliases anyway. **Describe the solution you'd like** I would like no aliases but instead a consistent api (ex. pick list or array), so there's only one way to call things a la Zen of Python. **Describe alternatives you've considered** Not changing things. **Additional context** This seems related to https://github.com/apache/datafusion-python/issues/1394 since a smaller surface probably makes the mapping to pandas/polars/etc easier. -- 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]
