Commits

Wes McKinney authored 1fd0668a133
ARROW-30: [Python] Routines for converting between arrow::Array/Table and pandas.DataFrame There is a lot to do here for maximum compatibility, but this gets things started. Author: Wes McKinney <wesm@apache.org> Closes #46 from wesm/ARROW-30 and squashes the following commits: 0a9e747 [Wes McKinney] Invoke py.test with python -m pytest 4c9f766 [Wes McKinney] More scaffolding. Table wrapper. Initial unit tests passing 8475a0e [Wes McKinney] More pandas conversion scaffolding, enable libpyarrow to use the NumPy C API globally d1f05c5 [Wes McKinney] cpplint f0cc451 [Wes McKinney] Give libpyarrow a reference to numpy.nan 5e09bfe [Wes McKinney] Compiling, but untested draft of pandas <-> arrow converters