ntjohnson1 opened a new issue, #1340: URL: https://github.com/apache/datafusion-python/issues/1340
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Prior to this [PR](https://github.com/apache/datafusion/pull/19549) we couldn't drop qualified columns. **Describe the solution you'd like** It would be nice to add this to the python docs. For instance we could demonstrate the ability to drop a duplicated column by name now based on the discussion [here](https://github.com/apache/datafusion-python/issues/1305#issuecomment-3649873478). It would potentially be nice to map `df.find_qualified_cols` to `df.cols`/`df.col` similar to how pyspark manages dropping ambiguous columns **Describe alternatives you've considered** I haven't really considered other options beyond the SQL appraoch in the full join issue discussion. This landed in core datafusion so mostly making this issue to expose it here since datafusion-python motivated it. -- 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]
