Skip to content

Commit e93367e

Browse files
TarraschPiotr Chromiec
authored and
Piotr Chromiec
committed
docs: Remove old warning from dsintro.rst (pandas-dev#14365)
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.
1 parent 3c4fb27 commit e93367e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/source/dsintro.rst

-6
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ categories of functionality and methods in separate sections.
4141
Series
4242
------
4343

44-
.. warning::
45-
46-
In 0.13.0 ``Series`` has internally been refactored to no longer sub-class ``ndarray``
47-
but instead subclass ``NDFrame``, similarly to the rest of the pandas containers. This should be
48-
a transparent change with only very limited API implications (See the :ref:`Internal Refactoring<whatsnew_0130.refactoring>`)
49-
5044
:class:`Series` is a one-dimensional labeled array capable of holding any data
5145
type (integers, strings, floating point numbers, Python objects, etc.). The axis
5246
labels are collectively referred to as the **index**. The basic method to create a Series is to call:

0 commit comments

Comments
 (0)