Skip to content

Commit e560085

Browse files
ajdapretnarlanzagar
authored andcommitted
Docs for Datasets
1 parent a03300e commit e560085

File tree

5 files changed

+40
-0
lines changed

5 files changed

+40
-0
lines changed

doc/visual-programming/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Data
2323
:maxdepth: 1
2424

2525
widgets/data/file
26+
widgets/data/datasets
2627
widgets/data/sqltable
2728
widgets/data/save
2829
widgets/data/datainfo
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
2+
Data Sets
3+
=========
4+
5+
.. figure:: icons/datasets.png
6+
7+
Load a data set from an online repository.
8+
9+
Signals
10+
-------
11+
12+
**Inputs**:
13+
14+
- (None)
15+
16+
**Outputs**:
17+
18+
- **Data**
19+
20+
Attribute-valued data set.
21+
22+
Description
23+
-----------
24+
25+
**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.
26+
27+
.. figure:: images/Datasets-stamped.png
28+
29+
1. Information on the number of data sets available and the number of them downloaded to the local memory.
30+
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.
31+
3. Formal description of the selected data set.
32+
4. If *Send Data Automatically* is ticked, selected data set is communicated automatically. Alternatively, press *Send Data*.
33+
34+
Example
35+
-------
36+
37+
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>`.
38+
39+
.. figure:: images/Datasets-Workflow.png
1.67 KB
Loading
208 KB
Loading
77.7 KB
Loading

0 commit comments

Comments
 (0)