Closed
Description
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
I have confirmed this bug exists on the master branch of pandas.
Reproducible Example
> raise_assert_detail(obj, msg, lobj, robj, index_values=index_values)
E AssertionError: DataFrame.iloc[:, 1] (column name="X2") are different
E
E DataFrame.iloc[:, 1] (column name="X2") values are different (100.0 %)
E [index]: [1999-01-27T19:00:00.000000000, 1999-01-27T20:00:00.000000000, 1999-01-27T21:00:00.000000000, 1999-01-27T21:00:00.000000000, 1999-01-27T22:00:00.000000000]
E [left]: [18:56:00, 19:56:00, 20:56:00, 21:18:00, 21:56:00]
E [right]: [ 18:56:00, 19:56:00, 20:56:00, 21:18:00, 21:56:00]
Issue Description
Expected Behavior
NA
Installed Versions
Replace this line with the output of pd.show_versions()