Hello,
I am looking for documentation on how to extend the pandas dataframe object. Can someone please point me to some documentation on how to do this?
Thank you
Comment From: TomAugspurger
By extending, you mean subclassing? Those docs are here.
I'm going to close this issue for now, but if you come across specific places where the docs aren't clear than please do open new issues.
Comment From: achapkowski
@TomAugspurger exactly what i needed thanks