Skip to content

Commit

Permalink
Add missing canonical extension types to PyArrow arrays and datatypes…
Browse files Browse the repository at this point in the history
… docs
  • Loading branch information
msebbah committed Nov 28, 2024
1 parent 70343d3 commit 172e98c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/python/api/arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ may expose data type-specific methods or properties.
ExtensionArray
FixedShapeTensorArray
OpaqueArray
JsonArray
UuidArray
Bool8Array
Decimal256Array


.. _api.scalar:

Expand Down
16 changes: 16 additions & 0 deletions docs/source/python/api/datatypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ These should be used to create Arrow data types and schemas.
field
schema
from_numpy_dtype
bool8
uuid
json_
union
dense_union
sparse_union

Utility Functions
-----------------
Expand Down Expand Up @@ -109,6 +115,12 @@ functions above.
Field
Schema
RunEndEncodedType
ListViewType
LargeListViewType
FixedSizeListType
SparseUnionType
DenseUnionType
DurationType

Specific classes and functions for extension types.

Expand All @@ -117,6 +129,7 @@ Specific classes and functions for extension types.

ExtensionType
PyExtensionType
UnknownExtensionType
register_extension_type
unregister_extension_type

Expand All @@ -128,6 +141,9 @@ implemented by PyArrow.

FixedShapeTensorType
OpaqueType
JsonType
UuidType
Bool8Type

.. _api.types.checking:
.. currentmodule:: pyarrow.types
Expand Down

0 comments on commit 172e98c

Please sign in to comment.