Skip to content

Commit cb4cb70

Browse files
committed
Adding arange asarray repeat infer_type to Arrays doc page
1 parent cf709ac commit cb4cb70

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/source/python/api/arrays.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,22 @@ These functions create new Arrow arrays:
2929
.. autosummary::
3030
:toctree: ../generated/
3131

32+
arange
3233
array
34+
asarray
3335
nulls
36+
repeat
3437

3538
Array Types
3639
-----------
3740

41+
This function infers Arrow data type:
42+
43+
.. autosummary::
44+
:toctree: ../generated/
45+
46+
infer_type
47+
3848
An array's Python class depends on its data type. Concrete array classes
3949
may expose data type-specific methods or properties.
4050

@@ -140,6 +150,8 @@ classes may expose data type-specific methods or properties.
140150
TimestampScalar
141151
DurationScalar
142152
MonthDayNanoIntervalScalar
153+
Decimal32Scalar
154+
Decimal64Scalar
143155
Decimal128Scalar
144156
Decimal256Scalar
145157
DictionaryScalar

0 commit comments

Comments
 (0)