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

Handle more dtypes efficiently in custom numpy array serializer.

    XMLWordPrintableJSON

Details

    Description

      Right now certain dtypes like bool or fixed length strings are serialized as lists, which is inefficient. We can handle these more efficiently by casting them to uint8 and saving the original dtype as additional data.

      Attachments

        Issue Links

          Activity

            People

              robertnishihara Robert Nishihara
              robertnishihara Robert Nishihara
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: