Files
catalyst/zipline/data
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
..
2014-04-10 10:57:12 -04:00