Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't convert the index columns produced by Pandas.
If scientists write Parquet files with Pandas, via `DataFrame.to_parquet`, they will have to add `index=False` to skip writing the index to disk, too. In the most simple and common case, this index will show up as an additional column `__index_level_0__` and end up in the edge files. Make scientists and our lives a little simpler and skip converting this index column.
- Loading branch information