Files
catalyst/zipline
Scott Sanderson 3c954af08c MAINT: Just do searchsorted with the date.
Previously we were converting our date to a string, then calling
`searchsorted` on the DatetimeIndex with the string, which would cause
pandas to convert the string back into a date to actually do the lookup.
2015-10-25 16:37:59 -04:00
..
2015-10-19 16:35:03 -04:00
2015-02-13 17:53:02 +01:00
2015-10-01 18:03:53 -04:00