Skip to content

Commit

Permalink
Docs for Datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdapretnar committed Sep 4, 2017
1 parent f26fe30 commit 6ae5189
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/visual-programming/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Data
:maxdepth: 1

widgets/data/file
widgets/data/datasets
widgets/data/sqltable
widgets/data/save
widgets/data/datainfo
Expand Down
39 changes: 39 additions & 0 deletions doc/visual-programming/source/widgets/data/datasets.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

Data Sets
=========

.. figure:: icons/datasets.png

Load a data set from an online repository.

Signals
-------

**Inputs**:

- (None)

**Outputs**:

- **Data**

Attribute-valued data set.

Description
-----------

**Datasets** widget retrives selected data set from the server and sends it to the output. File is downloaded to the local memory and thus instantly available even without the internet connection. Each data set is provided with a description and information on the data size, number of instances, number of variables, target and tags.

.. figure:: images/Datasets-stamped.png

1. Information on the number of data sets available and the number of them downloaded to the local memory.
2. Content of available data sets. Each data set is described with the size, number of instances and variables, type of the target variable and tags.
3. Formal description of the selected data set.
4. If *Send Data Automatically* is ticked, selected data set is communicated automatically. Alternatively, press *Send Data*.

Example
-------

Orange workflows can start with **Data Sets** widget instead of **File** widget. In the example below, the widget retrieves a data set from an online repository (Kickstarter data), which is subsequently sent to both the :doc:`Data Table <../data/datatable>` and the :doc:`Distributions <../visualize/distributions>`.

.. figure:: images/Datasets-Workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ae5189

Please sign in to comment.