Commits

Wes McKinney authored 286d9fdeccf
ARROW-6645: [Python] Use common boundschecking function for checking dictionary indices when converting to pandas The new function is faster and this means less code to maintain. I had originally suggested doing away with the boundschecking but unless we demonstrate that it really is a performance issue this should be good enough for now. Closes #7414 from wesm/ARROW-6645 Authored-by: Wes McKinney <wesm@apache.org> Signed-off-by: Wes McKinney <wesm@apache.org>