Skip to content

2.1.20

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 12:30
· 13 commits to main since this release

Changelog

05f3c51 - Change initialization of 'pd.Timestamp' columns to 'object' Avoid FutureWarning when setting a slice of the column to 'pd.Timestamp, UTC' because pandas considers [pd.Timestamp] and [pd.Timestamp, UTC] (when the timezone info is added) as different. (David Chapela de la Campa)