We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f5881 commit 4ccd37eCopy full SHA for 4ccd37e
doc/source/v0.13.0.txt
@@ -872,7 +872,7 @@ to unify methods and behaviors. Series formerly subclassed directly from
872
873
- added ``ftypes`` method to Series/DataFrame, similar to ``dtypes``, but indicates
874
if the underlying is sparse/dense (as well as the dtype)
875
-- All ``NDFrame`` objects now have a ``_prop_attributes``, which can be used to specify various
+- All ``NDFrame`` objects can now use ``__finalize__()`` to specify various
876
values to propagate to new objects from an existing one (e.g. ``name`` in ``Series`` will
877
follow more automatically now)
878
- Internal type checking is now done via a suite of generated classes, allowing ``isinstance(value, klass)``
0 commit comments