[
https://issues.apache.org/jira/browse/ARROW-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17658744#comment-17658744
]
Rok Mihevc commented on ARROW-1713:
-----------------------------------
This issue has been migrated to [issue
#17720|https://github.com/apache/arrow/issues/17720] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Python] Incorrect serialization pd.Series.index
> ------------------------------------------------
>
> Key: ARROW-1713
> URL: https://issues.apache.org/jira/browse/ARROW-1713
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Affects Versions: 0.7.1
> Reporter: Licht Takeuchi
> Assignee: Licht Takeuchi
> Priority: Major
> Labels: pull-request-available
>
> Repro code.
> {code:java}
> import pandas as pd
> import pyarrow as pa
> s = pd.Series([1,2,3,4])
> s.index = pd.RangeIndex(start=0, stop=8, step=2)
> serialized = pa.serialize(s).to_buffer()
> pa.deserialize(serialized)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)