This site gives you the initial and necessary information to run DataTube2, a visual mining application devoted to temporal data.
Ceci est une ancienne révision du document !
DataTube2 considers its own two CSV formats for temporal data:
Time step | Variable1 | Variable2 |
---|---|---|
2003-09-28 00:00:00 | 10 | 15 |
2003-09-29 00:00:00 | 12 | 15 |
2003-09-30 00:00:00 | 14 | 12 |
If you use the synchronous format, be sure that the two above conditions are met.
Time step | Variable name | Value |
---|---|---|
2003-09-28 00:00:00 | Variable1 | 10 |
2003-09-29 00:30:00 | Variable1 | 15 |
2003-10-01 00:00:00 | Variable1 | 13 |
2003-09-29 01:30:00 | Variable2 | 15 |
2003-11-01 00:00:00 | Variable1 | 13 |
This array does not need to be sorted.
To begin, let us remind you that the differences between the French CSV format and the International CSV format are the following:
French CSV format | International CSV format | |
---|---|---|
Cell separator | ; | , |
Decimal separator | , | . |
The DataTube2 synchronous format supports both encodings, and you can specify the French/International encoding by answering “Yes” or “No” in the following window, which is diplayed when you open a file:
The asynchronous format in DataTube2 uses TAB character as separator and “.” for decimals:
Simple demo files with artificial data are provided in each format (synchronous or asynchronous). For the synchonous format, we give you some examples for each CSV encoding (French or international).
As an example, here are the first lines of file “DT2-synchronous-small-file-french.csv”, which is synchronous and with the French CSV encoding:
Here are the first lines of file “DT2-synchronous-small-file-international.csv”, which is synchronous and with the International CSV encoding:
Finally, here is a sample of file “???”, which is asynchronous with TAB separators:
To encore your own data in a CSV file: