dalejung / pandas-composition

Pandas Composition/Inheritance
MIT License
9 stars 0 forks source link

handle .ix, .iloc, .loc, etc #1

Open dalejung opened 11 years ago

dalejung commented 11 years ago

Currently I wrap callables but not item selectables.

So I'd have to check for __getitem__ and then return a wrap for that.