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

[Python] pyarrow.array returns NullArray for array of unsupported Python objects

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • None
    • 0.5.0
    • Python
    • None

    Description

      In [4]: arr = np.array([datetime.timedelta(1), datetime.timedelta(2)])
      
      In [5]: pa.array(arr)
      Out[5]: 
      <pyarrow.lib.NullArray object at 0x7fbb612bba48>
      [
        NA,
        NA
      ]
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: