Explore your own dataset

Privacy concern

We remind you that our policy about privacy is strict:

VizAssist file format (notice: this format was updated on May 12, 2015)

The data format in VizAssist uses the following definitions and principles:

The new VizAsssist file format is as follows:

Here is an example, with the Iris dataset:

Petal width,Petal length,Sepal length,Sepal width,Class
numeric,numeric,numeric,numeric,nominal
50,50,50,50,50
5.1,3.5,1.4,0.2,Iris-setosa
4.9,3.0,1.4,0.2,Iris-setosa
4.7,3.2,1.3,0.2,Iris-setosa


Another example with time series:

Month,Population size,Nb of weddings,Weddings rate (nb of w. for 1000 people),Nb of birth (alive),Birth rate (nb of b. for 1000 people),Nb of death ,Death rate (nb of death for 1000 people),Nb of children death (less than 1 year),Children death rate (nb of c. d. for 1000 birth)
time,numeric,numeric,numeric,numeric,numeric,numeric,numeric,numeric,numeric
50,50,50,50,50,50,50,50,50,50
1975-01-01,52600,15188,3.4,62600,14,55805,12.5,998,15.9
1975-02-01,52608,18847,4.7,58062,14.4,44628,11.1,831,14.3
1975-03-01,52623,30838,6.9,65881,14.7,49246,11,959,14.6
1975-04-01,52640,36151,8.4,68355,15.8,47957,11.1,886,13

More details about the data attributes types (VizAssist file format):

Even more details about the representation of trees/graphs (see the demo files):

Here is an example of a graph (the VizAssist project):

Age,Years of study,Edge-Start,Edge-End,Country,Relation,Relation media,Started x years ago,Frequency,Name,Role in project,Status during project,Gender
nodenumeric,nodenumeric,source,target,nodenominal,edgenominal,edgenominal,edgenumeric,edgenumeric,nodenominal,nodenominal,nodenominal,nodenominal
45,50,60,60,50,60,55,60,60,55,50,50,50
0,0,Remy Pradignac,Aili Dong,-,Assistance,email-meeting,1,2,-,-,-,-
0,0,Remy Pradignac,Zui Zhang,-,Assistance,email-meeting,1,2,-,-,-,-
0,0,Zui Zhang,Remy Pradignac,-,Asking questions,email-meeting,1,2,-,-,-,-
0,0,Zui Zhang,Jean de Barochez,-,Asking questions,email-meeting,1,2,-,-,-,-
… followed by the node definition part as shown below in which source = target …
25,4,Fabien Buda,Fabien Buda,Chti,-,-,-,0,Fabien Buda,Help on D3js,MSc Student,men
25,4,Guillaume LeBihan,Guillaume LeBihan,France,-,-,-,0,Guillaume LeBihan,Help on D3js,MSc Student,men
25,4,Remy Pradignac,Remy Pradignac,France,-,-,-,0,Remy Pradignac,On-line D3js version,MSc Student,men
25,4,Jean de Barochez,Jean de Barochez,France,-,-,-,0,Jean de Barochez,On-line D3js version,MSc Student,men
45,12,Gilles Venturini,Gilles Venturini,France,-,-,-,0,Gilles Venturini,Project leader,Prof.,men
45,8,Fatma Bouali,Fatma Bouali,France,-,-,-,0,Fatma Bouali,Project leader,Associate Prof.,women
35,5,Noureddine Saifi,Noureddine Saifi,Algeria,-,-,-,0,Nouredine Saifi,Initial dev.,MSc Student,men
32,8,Abdelheq Guettala,Abdelheq Guettala,Algeria,-,-,-,0,Abdelheq Guettala,Off-line version,PhD Student,men
25,4,Aili Dong,Aili Dong,China,-,-,-,0,Aili Dong,Help on D3js,MSc Student,women
25,4,Zui Zhang,Zui Zhang,China,-,-,-,0,Zui Zhang,Help on D3js,MSc Student,men

About the dataset size:

Using other tabular file formats

The latest version of VizAssist includes a pre-processing step for files that would not be in VizAssist format. This functionnality allows you to work directly with other file format: VizAssist tries to automatically convert them to VizAssist format. These files can be loaded from an URL, a file on your computer or with copy/paste in a text box (see the “Load your data” page of VizAssist). This conversion works as follows:

Saving the visualizations

Once you have found a convenient visualization, you can save it in SVG format with the Download button. The legends are generally in a separated SVG in VizAssist, so they will not be downloaded in general.