-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
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.
- is related to
-
INTPYTHON-52 Add support for BSON binary type
- Closed