Hello everybody,
i'm a pretty new user of python and numpy, so i hope my question won't annoy you.
Well, i'd like to calculate the mean of an array in python in this form :
Matrice = [1, 2, None]
I'd just like to have my None value ignored by the numpy.mean calculation but i can't figure out how to do it.
If anybody can help me that would be great!
PS : sorry for my poor english.