You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@ I'm working with 3 datasets right now
21
21
It comes with batteries (data) included, so you can try out all the
22
22
examples right away.
23
23
24
-
25
24
Table of Contents
26
25
=================
27
26
@@ -47,21 +46,22 @@ Table of Contents
47
46
*[Chapter 9 - Loading data from SQL databases](http://nbviewer.ipython.org/github/jvns/pandas-cookbook/blob/master/cookbook/Chapter%209%20-%20Loading%20data%20from%20SQL%20databases.ipynb)
48
47
<br> How to load data from an SQL database into Pandas, with examples using SQLite3, PostgreSQL, and MySQL.
49
48
50
-
Installation
51
-
============
49
+
How to use this cookbook
50
+
========================
52
51
53
52
You'll need an up-to-date version of IPython Notebook (>= 1.0) and
54
-
pandas (>=0.12) for this to work properly
53
+
pandas (>=0.13) for this to work properly
55
54
56
55
You can get these using `pip`:
57
56
58
57
```
59
-
pip install ipython pandas numpy
58
+
pip install ipython pandas numpy tornado pyzmq
60
59
```
61
60
62
-
Alternatively, I use and recommend
63
-
[Anaconda](https://store.continuum.io/), which will give you everything
64
-
you need. It's free and open source.
61
+
This can be difficult to get set up and require you to compile
62
+
a whole bunch of things. I instead use and recommend
63
+
[Anaconda](https://store.continuum.io/), which is a Python distribution which
64
+
will give you everything you need. It's free and open source.
65
65
66
66
Once you have pandas and IPython, you can get going!
0 commit comments