H0TB0X420 opened a new pull request, #1242: URL: https://github.com/apache/datafusion-python/pull/1242
- Strip quotes from column names in drop() method - Maintains consistency with other DataFrame operations - Both drop('col') and drop('col') now work Rationale: CSV files with capitalized headers require quotes in `select()` operations but `drop()` failed when quotes were provided, creating inconsistent behavior across DataFrame methods. User facing changes: users can now use either `drop('col')` or `drop('"col"')` consistently, matching the behavior of other DataFrame operations like `select()`. Closes #1212 This is one of my first PRs, please let me know what I can improve! -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org