Skip to content

Commit 419ea25

Browse files
committed
Wrap lines in README
1 parent b596d25 commit 419ea25

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,39 @@ pandas-cookbook
33

44
Hello!
55

6-
The goal of this cookbook is to give you handholds for using [pandas](http://pandas.pydata.org/), Wes McKinney's fantastic library for data analysis in Python. It explains how to use pandas with practical examples and real-world data.
6+
The goal of this cookbook is to give you handholds for using
7+
[pandas](http://pandas.pydata.org/), Wes McKinney's fantastic library
8+
for data analysis in Python. It explains how to use pandas with
9+
practical examples and real-world data.
710

8-
This is an alpha cookbook! Chapters will be added here as I, you know, write them. Let me know if you have suggestions, or if there are bugs.
11+
This is an alpha cookbook! Chapters will be added here as I, you know,
12+
write them. Let me know if you have suggestions, or if there are bugs.
913

10-
It comes with batteries (data) included, so you can try out all the examples right away.
14+
It comes with batteries (data) included, so you can try out all the
15+
examples right away.
1116

1217
Table of Contents
1318
=================
1419

15-
[Chapter 1: Reading from a CSV](http://nbviewer.ipython.org/github/jvns/pandas-cookbook/blob/master/cookbook/Chapter%201%20-%20Reading%20from%20a%20CSV.ipynb)
20+
* [Chapter 1: Reading from a CSV](http://nbviewer.ipython.org/github/jvns/pandas-cookbook/blob/master/cookbook/Chapter%201%20-%20Reading%20from%20a%20CSV.ipynb)
1621

1722

1823

1924
Installation
2025
============
2126

22-
You'll need an up-to-date version of IPython Notebook (>= 1.0) and pandas (>=0.12) for this to work properly
27+
You'll need an up-to-date version of IPython Notebook (>= 1.0) and
28+
pandas (>=0.12) for this to work properly
2329

2430
You can get these using `pip`:
2531

2632
```
2733
pip install ipython pandas numpy
2834
```
2935

30-
Alternatively, I use and recommend [Anaconda](https://store.continuum.io/), which will give you everything you need. It's free and open source.
36+
Alternatively, I use and recommend
37+
[Anaconda](https://store.continuum.io/), which will give you everything
38+
you need. It's free and open source.
3139

3240
Once you have pandas and IPython, you can get going!
3341

0 commit comments

Comments
 (0)