8000 BUG: Issues with DatetimeTZ values in where and combine_first (#21469 + #21546) by Liam3851 · Pull Request #21660 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

BUG: Issues with DatetimeTZ values in where and combine_first (#21469 + #21546) #21660

New issue

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

Merged
merged 14 commits into from
Jul 2, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused import.
  • Loading branch information
Liam3851 committed Jun 27, 2018
commit 770a22e18cf58c98805807fb973c0bcb58e5906e
1 change: 0 additions & 1 deletion pandas/tests/series/indexing/test_boolean.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# coding=utf-8
# pylint: disable-msg=E1101,W0612

import datetime
import pytest

import pandas as pd
Expand Down
0