[ 
https://issues.apache.org/jira/browse/ARROW-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16215246#comment-16215246
 ] 

ASF GitHub Bot commented on ARROW-1713:
---------------------------------------

Licht-T opened a new pull request #1239: ARROW-1713: [Python] Fix incorrect 
pd.Series.index serialization
URL: https://github.com/apache/arrow/pull/1239
 
 
   This closes 
[ARROW-1713](https://issues.apache.org/jira/projects/ARROW/issues/ARROW-1713).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [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
>              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
(v6.4.14#64029)

Reply via email to