Skip to content

Commit 7e263f4

Browse files
committed
Added the import pandas as pd directive back to the header section of the
rst file.
1 parent ebec57b commit 7e263f4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/source/whatsnew/v0.14.0.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ v0.14.0 (May 31 , 2014)
55

66
{{ header }}
77

8+
.. ipython:: python
9+
:suppress:
10+
11+
import pandas as pd
12+
813
This is a major release from 0.13.1 and includes a small number of API changes, several new features,
914
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
1015
users upgrade to this version.
@@ -58,8 +63,6 @@ API changes
5863

5964
.. ipython:: python
6065
61-
import pandas as pd
62-
6366
dfl = pd.DataFrame(np.random.randn(5, 2), columns=list('AB'))
6467
dfl
6568
dfl.iloc[:, 2:3]

doc/source/whatsnew/v0.14.1.rst

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ v0.14.1 (July 11, 2014)
55

66
{{ header }}
77

8+
.. ipython:: python
9+
:suppress:
10+
11+
import pandas as pd
12+
813
This is a minor release from 0.14.0 and includes a small number of API changes, several new features,
914
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
1015
users upgrade to this version.

0 commit comments

Comments
 (0)