Skip to content

FutureWarning for pandas.datetime and some general warning removal

Pandas will deprecate support for pandas.datetime, suggesting to implement directly from the datetime module instead. We will have to change the code for that.

  • change from pd.datetime to datetime from the datetime module
  • general warning removal
Edited by João Pizani Flor
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information