Commits


fjetter authored and Korn, Uwe committed 957fe15bb3d
ARROW-4629: [Python] Pandas arrow conversion slowed down by imports The local imports slow down the conversion from pandas to arrow significantly (see [here](https://issues.apache.org/jira/browse/ARROW-4629)) Author: fjetter <fjetter@users.noreply.github.com> Author: Uwe L. Korn <xhochy@users.noreply.github.com> Closes #3706 from fjetter/local_imports and squashes the following commits: eb5c8bad <Uwe L. Korn> Apply suggestions from code review b4604bec <fjetter> Only import pandas_compat if pandas is available f1c8b401 <fjetter> Don't use local imports