From 1f9da37c4beb3b9e3ca66ea97fdeb4e389b72fcf Mon Sep 17 00:00:00 2001 From: Arash Rouhani Date: Thu, 6 Oct 2016 15:59:30 +0700 Subject: [PATCH] docs: Remove old warning from dsintro.rst The warning is about something that have been fixed for almost 3 years. Every time a new user excited about pandas start reading the docs, they have to waste brain-cycles ignoring that big red warning bubble. --- doc/source/dsintro.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/source/dsintro.rst b/doc/source/dsintro.rst index 6063e3e8bce45..cc69367017aed 100644 --- a/doc/source/dsintro.rst +++ b/doc/source/dsintro.rst @@ -41,12 +41,6 @@ categories of functionality and methods in separate sections. Series ------ -.. warning:: - - In 0.13.0 ``Series`` has internally been refactored to no longer sub-class ``ndarray`` - but instead subclass ``NDFrame``, similarly to the rest of the pandas containers. This should be - a transparent change with only very limited API implications (See the :ref:`Internal Refactoring`) - :class:`Series` is a one-dimensional labeled array capable of holding any data type (integers, strings, floating point numbers, Python objects, etc.). The axis labels are collectively referred to as the **index**. The basic method to create a Series is to call: