Files
catalyst/zipline/utils
Scott Sanderson 74277490d5 BUG: Use arrays for week/month group calculations.
In pandas 0.18, the behavior of ``nth()`` changed so that Grouper no
longer can be easily used to recover group labels.

Instead of using the built-in grouper behavior, we use a groupby on two
arrays we build ourselves.  This recovers the original behavior, and is
about 2x faster as a bonus.
2016-09-20 17:12:07 -04:00
..
2015-03-19 17:21:25 -04:00
2016-05-04 15:56:09 -04:00
2016-02-24 14:50:32 -05:00
2016-07-12 13:13:50 -04:00
2016-06-21 15:07:03 -04:00
2016-06-21 15:07:03 -04:00
2015-11-24 16:55:07 -05:00
2016-07-12 13:13:50 -04:00