pymer4 icon indicating copy to clipboard operation
pymer4 copied to clipboard

Allow Lm and Lm2 to auto-ignore NaNs

Open ejolly opened this issue 5 years ago • 0 comments

Currently a user needs to manually deal with NaNs, e.g. by dropping the rows or filling them with some values in pandas (e.g. .fillna(0)).

Would be nice to have a boolean flag that defaults to ignoring NaNs but prints a warning if they exist, or errors out if set to False

ejolly avatar Mar 10 '20 21:03 ejolly