Added reference to Python for Data Analysis.

This commit is contained in:
Donne Martin 2015-06-14 07:04:58 -04:00
parent 81a724b22a
commit 0d26466a3b

View File

@ -6,6 +6,8 @@
"source": [ "source": [
"# Pandas\n", "# Pandas\n",
"\n", "\n",
"Credits: The following are notes taken while working through [Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython](http://www.amazon.com/Python-Data-Analysis-Wrangling-IPython/dp/1449319793) by Wes McKinney\n",
"\n",
"* Series\n", "* Series\n",
"* DataFrame\n", "* DataFrame\n",
"* Reindexing\n", "* Reindexing\n",