FutureWarning: Series.nonzero() is deprecated and will be removed in a future version.Use Series.to_numpy().nonzero() instead
END
The current behaviour of 'Series.argmax' is deprecated, use 'idxmax' instead.
FutureWarning: get_value is deprecated and will be removed in a future release. Please use .at[] or .iat[] accessors instead
END
FutureWarning: Sorting because non-concatenation axis is not aligned. A future version of pandas will change to not sort by default.
END