pandas_types – Pandas Extension Types

class pymongoarrow.pandas_types.PandasBSONDtype

The base class for BSON Pandas extension data types.

class pymongoarrow.pandas_types.PandasBSONExtensionArray(values, dtype, copy=False)

The base class for Pandas BSON extension arrays.

class pymongoarrow.pandas_types.PandasBinary(subtype)

A pandas extension type for BSON Binary data type.

type

alias of Binary

class pymongoarrow.pandas_types.PandasBinaryArray(values, dtype, copy=False)

A pandas extension type for BSON Binary data arrays.

class pymongoarrow.pandas_types.PandasCode

A pandas extension type for BSON Code data type.

type

alias of Code

class pymongoarrow.pandas_types.PandasCodeArray(values, dtype, copy=False)

A pandas extension type for BSON Code data arrays.

class pymongoarrow.pandas_types.PandasDecimal128

A pandas extension type for BSON Decimal128 data type.

type

alias of Decimal128

class pymongoarrow.pandas_types.PandasDecimal128Array(values, dtype, copy=False)

A pandas extension type for BSON Binary data arrays.

class pymongoarrow.pandas_types.PandasObjectId

A pandas extension type for BSON ObjectId data type.

type

alias of ObjectId

class pymongoarrow.pandas_types.PandasObjectIdArray(values, dtype, copy=False)

A pandas extension type for BSON Binary data arrays.