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

[Python] NaT date32 values are only converted to nulls if from_pandas is used

    XMLWordPrintableJSON

Details

    Description

      np.array([None, date(2017, 4, 4)], dtype='datetime64[D]')
      pa.array(expected, from_pandas=True) -> [null, 2017-4-4]
      pa.array(expected, from_pandas=True) -> [1970-1-1, 2017-4-4]
      

      Attachments

        Issue Links

          Activity

            People

              wesm Wes McKinney
              uwe Uwe Korn
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: