timsaucer opened a new pull request, #770:
URL: https://github.com/apache/datafusion-python/pull/770
# Which issue does this PR close?
None
# Rationale for this change
The current example for python UDF is useful but doesn't demonstrate to a
new user how they might implement a UDF using converting rows to python objects
vs using features built in to pyarrow. This example shows a real use case where
someone could perform such operations. Also it prints out timing results
showing how using a pyarrow approach can give you a 10x speed improvement over
converting to python objects.
# What changes are included in this PR?
Added one example
# Are there any user-facing changes?
None
--
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]