File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
3538Array Types
3639-----------
3740
41+ This function infers Arrow data type:
42+
43+ .. autosummary ::
44+ :toctree: ../generated/
45+
46+ infer_type
47+
3848An array's Python class depends on its data type. Concrete array classes
3949may 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
You can’t perform that action at this time.
0 commit comments