Skip to content

Upload your data

Krabii edited this page Jul 11, 2017 · 2 revisions

Time Series Visualization

This is a manual that can help make use of this visualization tool. In principle this tool is designed to demonstrate any type of numerical quantities over any temporal frame. This is a work in progress so expect to have errors or inconsistencies when visualizing data. Please take the time to comment bugs or enhancements in the project repository

Data preparation

The tool is designed to read a TSV(Tab Separated Value) file with the data. An expected format of the data has been defined and in order to work this may require some manual work.

The following format is expected.

Date quantity Description Taxonomy 1 Taxonomy 2 Taxonomy ... Taxonomy n
dates numbers details name name name name
... ... ... ... ... ... ...

You may use any kind of spreadsheet program to achieve the above structure. It is very important to have a first row with proper descriptions for each column. Avoid special characters and spaces in the first row. If a description row is not given the visualization will not be launched. Finally, remember to save your data as .tsv

Visualize your data

Clone this wiki locally