12 Pandas 4: Time Series - Brigham Young University

Comparing Series with datetime.date We’ve reverted a 0.23.0 change to comparing a Series holding datetimes and a datetime.date object (GH21152). In pandas 0.22 and earlier, comparing a Series holding datetimes and datetime.dateobjects would coerce the datetime.dateto a datetime before comapring. This was inconsistent with Python, NumPy, and ................
................