ignoring NAs in a dataset with numpy

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mrafi

    ignoring NAs in a dataset with numpy


    Hey All,
    I am working with numpy
    I have a data set with a lot of nan values, and i want to calculate standard
    deviation
    is there a direct function to do it for example nansum(or something like
    this),
    to calculate standard deviation ignoring nan values??
    Thanks
    Rafi
    --
    View this message in context: http://www.nabble.com/ignoring-NAs-i...p20202823.html
    Sent from the Python - python-list mailing list archive at Nabble.com.

Working...