diff --git a/README.md b/README.md index 06006a4..51a131b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ Method ``Join``, ``GroupBy``, ``Sort`` with at most three columns. This limitations can easily be moved but cannot be infinite. Whenever possible, the methods return a view on the original DataFrame, a view is subset of rows and columns. The view is not necessarily smaller -than the original data. +than the original data. Below, some very simple examples, next +[examples](README.rst) more complete examples. ### Example 1: inner API diff --git a/examples/README.rst b/examples/README.rst index 890798c..e2488e2 100644 --- a/examples/README.rst +++ b/examples/README.rst @@ -9,9 +9,14 @@ Tutorial to Scikit.ML.DataFrame DataFrame + GroupBy + Svg Plot ++++++++++++++++++++++++++++++ +This example shows how to do a simple +groupby operation and to create a graph +based on the grouped data. + * `sln `_ * `source `_ Output: .. image:: simple_graph.png + :width: 300