Skip to content

Commit

Permalink
Reorder new entries
Browse files Browse the repository at this point in the history
  • Loading branch information
msebbah committed Nov 29, 2024
1 parent 306df4f commit 73b5813
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/source/python/api/arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ may expose data type-specific methods or properties.
DurationArray
MonthDayNanoIntervalArray
Decimal128Array
Decimal256Array
DictionaryArray
ListArray
FixedSizeListArray
Expand All @@ -89,7 +90,6 @@ may expose data type-specific methods or properties.
JsonArray
UuidArray
Bool8Array
Decimal256Array

.. _api.scalar:

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

Utility Functions
-----------------
Expand All @@ -102,31 +102,32 @@ functions above.
DataType
DictionaryType
ListType
ListViewType
FixedSizeListType
LargeListType
LargeListViewType
MapType
StructType
UnionType
DenseUnionType
SparseUnionType
TimestampType
Time32Type
Time64Type
DurationType
FixedSizeBinaryType
Decimal128Type
Decimal256Type
Field
Schema
RunEndEncodedType
ListViewType
LargeListViewType
FixedSizeListType
SparseUnionType
DenseUnionType
DurationType

Specific classes and functions for extension types.

.. autosummary::
:toctree: ../generated/

BaseExtensionType
ExtensionType
PyExtensionType
UnknownExtensionType
Expand Down

0 comments on commit 73b5813

Please sign in to comment.