Files
catalyst/zipline
Scott Sanderson 16f4944232 MAINT: Remove support for custom string Column missing values.
Pandas 0.18 deprecated passing "null-ish" values to pd.categorical.  The
expectation, instead, is that you use categorical's native support for
missing data, which means the user will always get NaN's for missing
entries of the categorical.

A follow-up to this change should probably drop support for custom
missing values entirely and to use LabelArray/categorical for integer
data.
2016-09-20 17:12:07 -04:00
..
2016-09-20 17:12:07 -04:00
2015-11-11 18:47:51 -05:00
2016-05-06 15:25:30 -04:00
2016-09-06 16:59:34 -04:00