Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-1713

[Python] Incorrect serialization pd.Series.index

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 0.7.1
    • None
    • Python

    Description

      Repro code.

      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)
      

      Attachments

        Issue Links

          Activity

            People

              Licht-T Licht Takeuchi
              Licht-T Licht Takeuchi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: