Commit 07e5c1a
TST: fix 32-bit build failure in test_getitem_dateoffset_columns
Use df.iloc[:, 0] as expected to avoid int32 vs int64 dtype mismatch
on 32-bit platforms.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 51c7d1e commit 07e5c1a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments