Added note about pandas index objects being immutable and holding certain metadata.

This commit is contained in:
Donne Martin 2015-01-29 13:00:02 -05:00
parent ea1743d906
commit 46c1be9a02

View File

@ -1,7 +1,7 @@
{ {
"metadata": { "metadata": {
"name": "", "name": "",
"signature": "sha256:c354a8841cc70bd62479cc5ca49e30ec7138276bbd5c4b7cccfa0c622c5f0428" "signature": "sha256:a2c9f032efaa18f3ced5e2f10361f1c25cd23e7f29903af944a52c579903f03d"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
@ -106,6 +106,8 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Index objects are immutable and hold the axis labels and metadata such as names and axis names.\n",
"\n",
"Get the index of the Series:" "Get the index of the Series:"
] ]
}, },