We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b35f66 commit 4f30f5aCopy full SHA for 4f30f5a
pandas/tests/window/test_timeseries_window.py
@@ -25,7 +25,7 @@ def regular():
25
@pytest.fixture
26
def ragged():
27
df = DataFrame({"B": range(5)})
28
- df.index = Index(
+ df.index = DatetimeIndex(
29
[
30
Timestamp("20130101 09:00:00"),
31
Timestamp("20130101 09:00:02"),
0 commit comments