Files
catalyst/tests/pipeline
Eddie Hebert 6b9476d346 BUG: Filter out payout rows with no prev close.
When the prev_close is 0 or does not exist, the resulting ration was either +inf
or nan, respectively.

Create a mask on the non-zero effective dates, where effective date is only
written when the prev close is sufficient for a valid ratio; and use that mask
to filter out the bad rows.

Also, use prev close as the effective date.
2015-10-15 13:30:05 -04:00
..
2015-10-01 18:03:53 -04:00
2015-10-12 16:13:55 -04:00
2015-10-01 18:03:54 -04:00
2015-10-01 18:03:54 -04:00
2015-10-12 16:11:19 -04:00