See the discussion here for details:
pandas-dev/pandas#18201
In short we need a way to map index column names to field names in an arrow Table.
Additionally, we're depending on the index columns being written at the end of the table and fixing this would allow us to read metadata written by other systems (e.g., fastparquet) that don't make this assumption.
Reporter: Phillip Cloud / @cpcloud
Assignee: Phillip Cloud / @cpcloud
PRs and other links:
Note: This issue was originally created as ARROW-1895. Please see the migration documentation for further details.