We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following, based on tests.indexing.test_datetime.TestDatetimeIndex.test_indexing_with_datetime_tz passes, I think incorrectly
now = pd.Timestamp.now() left = pd.Series([now, pd.NaT, pd.NaT], dtype=object) right = pd.Series([now, np.nan, np.nan], dtype=object) tm.assert_series_equal(left, right)
The text was updated successfully, but these errors were encountered:
This may have the same root cause as #18463 (perhaps a duplicate)
Sorry, something went wrong.
Agreed this looks like #18463.
No branches or pull requests
The following, based on tests.indexing.test_datetime.TestDatetimeIndex.test_indexing_with_datetime_tz passes, I think incorrectly
The text was updated successfully, but these errors were encountered: