pymer4
pymer4 copied to clipboard
Allow Lm and Lm2 to auto-ignore NaNs
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