File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ v0.14.0 (May 31 , 2014)
5
5
6
6
{{ header }}
7
7
8
+ .. ipython :: python
9
+ :suppress:
10
+
11
+ import pandas as pd
12
+
8
13
This is a major release from 0.13.1 and includes a small number of API changes, several new features,
9
14
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
10
15
users upgrade to this version.
@@ -58,8 +63,6 @@ API changes
58
63
59
64
.. ipython :: python
60
65
61
- import pandas as pd
62
-
63
66
dfl = pd.DataFrame(np.random.randn(5 , 2 ), columns = list (' AB' ))
64
67
dfl
65
68
dfl.iloc[:, 2 :3 ]
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ v0.14.1 (July 11, 2014)
5
5
6
6
{{ header }}
7
7
8
+ .. ipython :: python
9
+ :suppress:
10
+
11
+ import pandas as pd
12
+
8
13
This is a minor release from 0.14.0 and includes a small number of API changes, several new features,
9
14
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
10
15
users upgrade to this version.
You can’t perform that action at this time.
0 commit comments