We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0199d8c commit c23bbc4Copy full SHA for c23bbc4
pandas/tests/arithmetic/test_datetime64.py
@@ -2342,4 +2342,3 @@ def test_to_numpy_alias():
2342
# GH 24653: alias .to_numpy() for scalars
2343
ts = pd.Timestamp(datetime.now())
2344
assert ts.to_datetime64() == ts.to_numpy()
2345
-
0 commit comments