mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-18 11:50:11 +08:00
Replace usage of .ix in TradingEnvironment with .loc when we know that we're using an index key. DataFrame.ix can be used with either integer or key-based indices, and as such it incurs an overhead for figuring out which you meant.