Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 25, 2018
1 parent e4e7fe5 commit 0027c78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions examples/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <DataFrameExample.sln>`_
* `source <GroupBy_Plot/Program.cs>`_

Output:

.. image:: simple_graph.png
:width: 300

0 comments on commit 0027c78

Please sign in to comment.