Open dalejung opened 11 years ago
This is a thorny issue. Conceptually speaking, since UserFrame
isn't a proper subclass and is instead this quasi-composition object, this probably shouldn't matter.
The issue I had was with ts-charting
where I put in a check for an attr that wouldn't exist in normal pandas object. So perhaps I should address the issue there and just monkey patch it to UserFrame
This is because we call
pget
to get the method which grabs the method bound to apd.Series
.SubSeries.type_method(s)
works correctly because it's a method bound toSubSeries