Re: [PR] 1075/enhancement/Make col class with __getattr__ [datafusion-python]

2025-04-27 Thread via GitHub
deanm commented on PR #1076: URL: https://github.com/apache/datafusion-python/pull/1076#issuecomment-2833514544 I got it from polars, not clever on my part. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] 1075/enhancement/Make col class with __getattr__ [datafusion-python]

2025-04-27 Thread via GitHub
timsaucer merged PR #1076: URL: https://github.com/apache/datafusion-python/pull/1076 -- 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...

[PR] 1075/enhancement/Make col class with __getattr__ [datafusion-python]

2025-03-20 Thread via GitHub
deanm opened a new pull request, #1076: URL: https://github.com/apache/datafusion-python/pull/1076 # Which issue does this PR close? Closes #1075 # Rationale for this change To improve ergonomics of the API by providing a quicker way of accessing columns using the __ge