Skip to content

Commit 6af9c60

Browse files
author
y-p
committed
DOC: closes #1709, add link to iris data set
1 parent ca7fd98 commit 6af9c60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/visualization.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ for Fourier series. By coloring these curves differently for each class
327327
it is possible to visualize data clustering. Curves belonging to samples
328328
of the same class will usually be closer together and form larger structures.
329329

330+
**Note**: The "Iris" dataset is available `here <https://raw.github.com/pydata/pandas/master/pandas/tests/data/iris.csv>`__.
331+
330332
.. ipython:: python
331333
332334
from pandas import read_csv
@@ -440,6 +442,8 @@ forces acting on our sample are at an equilibrium) is where a dot representing
440442
our sample will be drawn. Depending on which class that sample belongs it will
441443
be colored differently.
442444

445+
**Note**: The "Iris" dataset is available `here <https://raw.github.com/pydata/pandas/master/pandas/tests/data/iris.csv>`__.
446+
443447
.. ipython:: python
444448
445449
from pandas import read_csv

0 commit comments

Comments
 (0)