We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9001cb2 commit 6309d04Copy full SHA for 6309d04
pandas/core/construction.py
@@ -81,6 +81,10 @@ def array(
81
"""
82
Create an array.
83
84
+ This method constructs an array using pandas extension types when possible.
85
+ If `dtype` is specified, it determines the type of array returned. Otherwise,
86
+ pandas attempts to infer the appropriate dtype based on `data`.
87
+
88
Parameters
89
----------
90
data : Sequence of objects
0 commit comments