We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f557f commit bc0993fCopy full SHA for bc0993f
doc/source/internals.rst
@@ -101,7 +101,7 @@ Subclassing pandas Data Structures
101
102
.. warning:: There are some easier alternatives before considering subclassing ``pandas`` data structures.
103
104
- 1. Monkey-patching: See :ref:`Adding Features to your pandas Installation <ref-monkey-patching>`.
+ 1. Extensible method chains with :ref:`pipe <basics.pipe>`
105
106
2. Use *composition*. See `here <http://en.wikipedia.org/wiki/Composition_over_inheritance>`_.
107
0 commit comments