Skip to content

Commit 69a0105

Browse files
committed
Add sentence specifying what dtype elements must have.
1 parent 27a2853 commit 69a0105

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/API_specification/dataframe_api/column_object.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ def from_sequence(cls, sequence: Sequence[object], dtype: dtype) -> Column:
1313
Parameters
1414
----------
1515
sequence : Sequence[object]
16-
Sequence of elements.
16+
Sequence of elements. Each element must be of the specified
17+
``dtype``, the corresponding Python builtin scalar type, or
18+
coercible to that type.
1719
dtype : str
1820
Dtype of result. Must be specified.
1921

0 commit comments

Comments
 (0)