dalejung / pandas-composition

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

UserFrame pickling calling DataFrame pickling. #7

Closed dalejung closed 11 years ago

dalejung commented 11 years ago

Issue was how we copy magic methods. We needed to define __reduce_ex__ on UserFrame or else it would use the __reduce_ex__ that was for DataFrame