Isaac Leong
Isaac Leong
I am new to open source project contribution. I will try me best to fix this issue as part of my course.
I have seen that the script has been consistently referring to some fuctionalities of compute.py such as sum and list_slice. However, I cannot find them in compute.py. Am I missing...
I see! I have been following along with the first PR contribution tutorial. However, testing in the local repository is still not working because of unrecognised module. ``` pushd arrow/python...
Also, I would like to ask how should I incorporate pa.decimal128 and pa.decimal256. Would the following be enough? ``` all_array_types = [ ('bool', [True, False, False, True, True]), ('uint8', range(5)),...