Commits


Uwe L. Korn authored and Wes McKinney committed 6d31d5928f4
ARROW-49: [Python] Add Column and Table wrapper interface After https://github.com/apache/arrow/pull/52 is merged, I'd like to split Column and Table into separate .pyx files, array.pyx seems a bit overcrowded. Author: Uwe L. Korn <uwelk@xhochy.com> Closes #53 from xhochy/arrow-49 and squashes the following commits: b01b201 [Uwe L. Korn] Use correct number of chunks e422faf [Uwe L. Korn] Incoportate PR feedback, Add ChunkedArray interface e8f84a9 [Uwe L. Korn] ARROW-49: [Python] Add Column and Table wrapper interface