Warning when numerical date selection is made over NaNs
In fets/dates.py the logical selections used, such as df[df.colA > 7], do not test of df.colA has non numerical values, such as NaNs. This brings up a warning.
In fets/dates.py the logical selections used, such as df[df.colA > 7], do not test of df.colA has non numerical values, such as NaNs. This brings up a warning.