Skip to content

Commit

Permalink
Added version information on pandas version used while compiling this…
Browse files Browse the repository at this point in the history
… notebook
  • Loading branch information
gjbex committed Jul 22, 2015
1 parent 2591f53 commit b16ffa6
Showing 1 changed file with 30 additions and 10 deletions.
40 changes: 30 additions & 10 deletions Python/Pandas/pandas_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
{
"cell_type": "code",
"execution_count": 80,
"execution_count": 164,
"metadata": {
"collapsed": false
},
Expand All @@ -49,6 +49,35 @@
"LARGE_FIGSIZE = (12, 8)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"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."
]
},
{
"cell_type": "code",
"execution_count": 165,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"text/plain": [
"'0.16.2'"
]
},
"execution_count": 165,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"pd.__version__"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -8091,15 +8120,6 @@
"source": [
"table.loc['CPU', 'pending']['Price', 'mean']"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit b16ffa6

Please sign in to comment.