Skip to content

Commit b16ffa6

Browse files
committed
Added version information on pandas version used while compiling this notebook
1 parent 2591f53 commit b16ffa6

File tree

1 file changed

+30
-10
lines changed

1 file changed

+30
-10
lines changed

Python/Pandas/pandas_intro.ipynb

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
{
4040
"cell_type": "code",
41-
"execution_count": 80,
41+
"execution_count": 164,
4242
"metadata": {
4343
"collapsed": false
4444
},
@@ -49,6 +49,35 @@
4949
"LARGE_FIGSIZE = (12, 8)"
5050
]
5151
},
52+
{
53+
"cell_type": "markdown",
54+
"metadata": {},
55+
"source": [
56+
"Not that we're suspicous, but this notebook was created using pandas 0.16.2, in case of trouble, check this with the version number below. Things have been know to break between 0.15.x and 0.16.x."
57+
]
58+
},
59+
{
60+
"cell_type": "code",
61+
"execution_count": 165,
62+
"metadata": {
63+
"collapsed": false
64+
},
65+
"outputs": [
66+
{
67+
"data": {
68+
"text/plain": [
69+
"'0.16.2'"
70+
]
71+
},
72+
"execution_count": 165,
73+
"metadata": {},
74+
"output_type": "execute_result"
75+
}
76+
],
77+
"source": [
78+
"pd.__version__"
79+
]
80+
},
5281
{
5382
"cell_type": "markdown",
5483
"metadata": {},
@@ -8091,15 +8120,6 @@
80918120
"source": [
80928121
"table.loc['CPU', 'pending']['Price', 'mean']"
80938122
]
8094-
},
8095-
{
8096-
"cell_type": "code",
8097-
"execution_count": null,
8098-
"metadata": {
8099-
"collapsed": true
8100-
},
8101-
"outputs": [],
8102-
"source": []
81038123
}
81048124
],
81058125
"metadata": {

0 commit comments

Comments
 (0)