File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -327,6 +327,8 @@ for Fourier series. By coloring these curves differently for each class
327
327
it is possible to visualize data clustering. Curves belonging to samples
328
328
of the same class will usually be closer together and form larger structures.
329
329
330
+ **Note **: The "Iris" dataset is available `here <https://raw.github.com/pydata/pandas/master/pandas/tests/data/iris.csv >`__.
331
+
330
332
.. ipython :: python
331
333
332
334
from pandas import read_csv
@@ -440,6 +442,8 @@ forces acting on our sample are at an equilibrium) is where a dot representing
440
442
our sample will be drawn. Depending on which class that sample belongs it will
441
443
be colored differently.
442
444
445
+ **Note **: The "Iris" dataset is available `here <https://raw.github.com/pydata/pandas/master/pandas/tests/data/iris.csv >`__.
446
+
443
447
.. ipython :: python
444
448
445
449
from pandas import read_csv
You can’t perform that action at this time.
0 commit comments