Closed
Description
I am seeing test failures (both local and Travis) due to
https://github.com/pydata/pandas/blob/master/pandas/tests/test_internals.py#L667
which uses Timestamp
, not pd.Timestamp
. Is this expected?
I am seeing test failures (both local and Travis) due to
https://github.com/pydata/pandas/blob/master/pandas/tests/test_internals.py#L667
which uses Timestamp
, not pd.Timestamp
. Is this expected?