Skip to content

Commit 7a054fb

Browse files
author
VibavariG
committed
Update datatype to int32
1 parent 1bf53f2 commit 7a054fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/methods/test_to_arrays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_to_arrays():
2424
actual_arrays, actual_cols = to_arrays(data, indexed_columns)
2525
expected_arrays = [
2626
array(["John", "Jane", "Bob", "Alice"], dtype="<U10"),
27-
array([50000, 75000, 65000, 60000], dtype=int),
27+
array([50000, 75000, 65000, 60000], dtype="int32"),
2828
array(["New York", "San Francisco", "Chicago", "Los Angeles"], dtype="<U15"),
2929
]
3030

0 commit comments

Comments
 (0)