Widgets
Data
-
File
-
CSV File Import
-
Datasets
-
SQL Table
-
Data Table
-
Paint Data
-
Data Info
-
Data Sampler
-
Select Columns
-
Select Rows
-
Pivot Table
-
Rank
-
Correlations
-
Merge Data
-
Concatenate
-
Select by Data Index
-
Transpose
-
Randomize
-
Preprocess
-
Apply Domain
-
Impute
-
Outliers
-
Edit Domain
-
Python Script
-
Create Instance
-
Color
-
Continuize
-
Create Class
-
Discretize
-
Feature Constructor
-
Feature Statistics
-
Neighbors
-
Purge Domain
-
Save Data
Visualize
Model
Evaluate
Unsupervised
Spectroscopy
Text Mining
-
Corpus
-
Import Documents
-
The Guardian
-
NY Times
-
Pubmed
-
Twitter
-
Wikipedia
-
Preprocess Text
-
Corpus to Network
-
Bag of Words
-
Document Embedding
-
Similarity Hashing
-
Sentiment Analysis
-
Tweet Profiler
-
Topic Modelling
-
Corpus Viewer
-
Word Cloud
-
Concordance
-
Document Map
-
Word Enrichment
-
Duplicate Detection
-
Statistics
Bioinformatics
Single Cell
Image Analytics
Networks
Geo
Educational
Time Series
Associate
As Timeseries
Reinterpret a Table object as a Timeseries object.
Inputs
- Data: Any data table.
Outputs
- Time series: Data table reinterpreted as time series.
This widget reinterprets any data table as a time series, so it can be used with the rest of the widgets in this add-on. In the widget, you can set which data attribute represents the time variable.
- The time attribute, the values of which imply measurements’ order and spacing. This can be any continuous attribute.
- Alternatively, you can specify that the time series sequence is implied by instance order.
Example
The input to this widget comes from any data-emitting widget, e.g. the File widget. Note, whenever you do some processing with Orange core widgets, like the Select Columns widget, you need to re-apply the conversion into time series.