Commits

Wes McKinney authored e12d52fbede
ARROW-5138: [Python] Add documentation about pandas preserve_index option The underlying issue reported in ARROW-5138 can now be addressed by passing `preserve_index=True` when using `Table.from_pandas` Author: Wes McKinney <wesm+git@apache.org> Closes #4728 from wesm/ARROW-5138 and squashes the following commits: 27451dbd4 <Wes McKinney> Add documentation about pandas preserve_index option