Skip to content

Commit 4776d69

Browse files
committed
update pivot test
1 parent 0645fdf commit 4776d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/reshape/test_pivot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ def test_pivot_tz_in_values(self):
642642
)
643643

644644
df = df.set_index("ts").reset_index()
645-
mins = df.ts.map(lambda x: x.replace(hour=0, minute=0, second=0, microsecond=0))
645+
mins = df.ts.map(lambda x: x.replace(hour=0, minute=0, second=0))
646646

647647
result = pivot_table(
648648
df.set_index("ts").reset_index(),

0 commit comments

Comments
 (0)