We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6416dc commit 04ad414Copy full SHA for 04ad414
pandas/tests/indexes/timedeltas/methods/test_astype.py
@@ -53,7 +53,7 @@ def test_astype(self):
53
)
54
tm.assert_index_equal(result, expected)
55
56
- result = idx.astype(int)
+ result = idx.astype(np.int64)
57
expected = Index(
58
[100000000000000] + [-9223372036854775808] * 3, dtype=np.int64, name="idx"
59
0 commit comments