dalejung / pandas-composition

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

Add documentation on how class-def and such are propogated. #3

Open dalejung opened 11 years ago

dalejung commented 11 years ago

Examples like:

df.tail()
df + 1
pd.rolling_sum

keep their metadata via different paths. Need to document not just that they work, but how they work.