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

[Python] array equality defaults to identity

    XMLWordPrintableJSON

Details

    Description

      I'm not sure this is deliberate, but it doesn't look very desirable to me:

      >>> pa.array([1,2,3], type=pa.int32()) == pa.array([1,2,3], type=pa.int32())
      False
      

      Attachments

        Issue Links

          Activity

            People

              wesm Wes McKinney
              apitrou Antoine Pitrou
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: