Uploaded image for project: 'pymongoarrow'
  1. pymongoarrow
  2. ARROW-144

Add support for remaining BSON types

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • 1.6
    • Affects Version/s: None
    • Component/s: None
    • None

      There are some BSON types that are supported in PyMongo and are less widely used or deprecated, including DBRef, Code, MaxKey, MinKey, Regex, and Timestamp. These can be added as simple Arrow extension types with an as_py that converts to the bson class. Similarly, we can use the base pandas extension class to be created in ARROW-52 to use an object type that maps to the bson class.

            Assignee:
            steve.silvester@mongodb.com Steve Silvester
            Reporter:
            steve.silvester@mongodb.com Steve Silvester
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: