Skip to content

[CI][Python] Pandas nightly tests failing with wrong datetime unit (pandas 3.0 compat) #48314

@AlenkaF

Description

@AlenkaF

Describe the bug, including details regarding any error messages, version, and platform.

Windows wheels seem to be failing due to failing test_column_index_names_with_tz and test_mismatch_metadata_schema tests for a while now with:

>           tm.assert_frame_equal(result, expected)
E           AssertionError: Attributes of DataFrame.iloc[:, 0] (column name="datetime") are different
E           
E           Attribute "dtype" are different
E           [left]:  datetime64[ns, UTC]
E           [right]: datetime64[us, UTC]

See: https://github.com/ursacomputing/crossbow/actions/runs/19850201124/job/56875287582#step:9:949

Component(s)

Continuous Integration, Python

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions