dalejung / pandas-composition

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

default autoboxer #8

Closed dalejung closed 11 years ago

dalejung commented 11 years ago

Add a default autoboxer functionality that allows a UserFrame to automatically wrap non-UserSeries with a specific class.

This is to propogate functionality when columns are selected via df.series/df['series']