We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello everyone! I want to make a data visualization using processing. I have the data on TSV format: http://www.artur-rodrigues.com/datavis/prog-albums.tsv and http://www.artur-rodrigues.com/datavis/prog-artists.tsv How can I manipulate it using processing? Can anyone help me?
( The same data is also available on an SQlite database, if it's easier: http://www.artur-rodrigues.com/datavis/prog.db )
Any help will be much appreciated
Answers
http://processing.org/reference/loadTable_.html
Oh, it was so obvious. I kept seeing comma separated values everywhere, but didn't think I'd just had to change the parameter. Thanks
What about sorting? If I wanted to order the values so a collumn was crescent, how could I do it?