Commits


Tanya Schlusser authored and Krisztián Szűcs committed 2e8cfcac935
ARROW-3230: [Python] Missing comparisons on ChunkedArray, Table Add `__eq__` method to `Table`, `Column`, and `ChunkedArray`, plus relevant tests. Author: Tanya Schlusser <tanya@tickel.net> Author: Krisztián Szűcs <szucs.krisztian@gmail.com> Closes #3183 from tanyaschlusser/ARROW-3230 and squashes the following commits: 0ea512e0 <Krisztián Szűcs> minor fixes 2ea12f3c <Tanya Schlusser> Add '__eq__' method to Table, Column, and ChunkedArray and remove '__richcmp__' from Column 47d24973 <Tanya Schlusser> Add '==' and '!=' tests for Table, Column, and ChunkedArray