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