Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Add data layout visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Nov 21, 2016
1 parent 786424b commit 1a049aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion notebooks/02.1-Machine-Learning-Intro.ipynb
Expand Up @@ -214,6 +214,15 @@
"much more memory-efficient than numpy arrays."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"![Data Layout](images/data-layout.png)\n",
"\n",
"(Figure from the [Python Data Science Handbook](https://github.com/jakevdp/PythonDataScienceHandbook))"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -602,6 +611,7 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3.4",
"language": "",
Expand All @@ -617,7 +627,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.3"
"version": "3.4.4"
}
},
"nbformat": 4,
Expand Down
Binary file added notebooks/images/data-layout.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a049aa

Please sign in to comment.