dalejung / pandas-composition

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

Move the trtools.core.dataset logic to UserFrame #2

Closed dalejung closed 11 years ago

dalejung commented 11 years ago

Essentially a DataSet is a frame object that retains the metadata of the Series. So when you grab the Series back, it'll still have it's class and metadata.

Also wonder if automatically adding a source or parent_df attribute for UserSeries would be good.

dalejung commented 11 years ago

Done.