Skip to content

Commit

Permalink
Updated Datasets widget
Browse files Browse the repository at this point in the history
  • Loading branch information
borondics committed Dec 23, 2024
1 parent 0ce81e5 commit 38259e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/visual-programming/source/widgets/data/datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ Load a dataset from an online repository.

- Data: output dataset

**Datasets** widget retrieves selected dataset 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 dataset is provided with a description and information on the data size, number of instances, number of variables, target and tags.
The **Datasets** widget retrieves selected dataset from a server upon double-click and sends it to the output. The file is downloaded to the local disk and thus will be available even without internet connection. Each dataset is provided with a description and information on the data size, number of instances, number of variables, target and tags.

![](images/Datasets-stamped.png)

1. Information on the number of datasets available and the number of them downloaded to the local memory.
2. Content of available datasets. Each dataset is described with the size, number of instances and variables, type of the target variable and tags.
3. Formal description of the selected dataset.
4. If *Send Data Automatically* is ticked, selected dataset is communicated automatically. Alternatively, press *Send Data*.
1. Search box to filter dataset on titles, variables, targets and tags.
2. Change the language of displayed datasets.
3. Select the domain of displayed datasets.
4. Content of available datasets. Each dataset is described with the size, number of instances and variables, type of the target variable and tags.
5. Formal description of the selected dataset.

Example
-------

Orange workflows can start with **Datasets** widget instead of **File** widget. In the example below, the widget retrieves a dataset from an online repository (Kickstarter data), which is subsequently sent to both the [Data Table](../data/datatable) and the [Distributions](../visualize/distributions).
Orange workflows can start with the **Datasets** widget instead of the **File** widget. In the example below, the widget retrieves a dataset from an online repository (Kickstarter data), which is subsequently sent to both the [Data Table](../data/datatable) and the [Distributions](../visualize/distributions).

![](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.

0 comments on commit 38259e0

Please sign in to comment.