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

[Python] Sequence converter for float32 not implemented

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.9.0
    • Python

    Description

      See bug report in https://github.com/apache/arrow/issues/1431, example

      import pyarrow as pa
      l = [[1.2, 3.4], [9.0, 42.0]]
      pa.array(l, type=pa.list_(pa.float32()))

       

      Attachments

        Issue Links

          Activity

            People

              wesm Wes McKinney
              wesm Wes McKinney
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: