Skip to content

Commit 3eac8e7

Browse files
committed
DOC: add link to tips data set in rplot docs
1 parent 52ffd9a commit 3eac8e7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/source/rplot.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@
2222
Trellis plotting interface
2323
**************************
2424

25+
.. note::
26+
27+
The tips data set can be downloaded `here
28+
<http://wesmckinney.com/files/tips.csv>`_. Once you download it execute
29+
30+
.. code-block:: python
31+
32+
from pandas import read_csv
33+
tips_data = read_csv('tips_data.csv')
34+
35+
from the directory where you downloaded the file.
36+
2537
We import the rplot API:
2638

2739
.. ipython:: python

0 commit comments

Comments
 (0)