-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f26fe30
commit 6ae5189
Showing
5 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Binary file added
BIN
+208 KB
doc/visual-programming/source/widgets/data/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.
Binary file added
BIN
+77.7 KB
doc/visual-programming/source/widgets/data/images/Datasets-stamped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.