i am using matplotlib , pandas and numpy to structure my data and plot it , everything is fine and i got the result i need , besides i got the warning :
MaskedArrayFutureWarning: In the future the default for ma.maximum.reduce will be axis=0, not the current None, to match np.maximum.reduce. Explicitly pass 0 or None to silence this warning.
return self.reduce(a)
Whats doses this supposed to mean ? How can I get rid of it ?