How do I import my own data from a .csv file to create a chart???
in
Programming Questions
•
1 year ago
Hello;
Yes, I know this is like the most simple thing ever. However, I have spent literally hours searching for a simple answer. I've read and re-read the Learning Processing book, and the Visualizing Data (Fry) book. Yet the examples they describe use, like a 'class', or there is another tab in their file which the import process refers too, and there is no explanation on how or why.
All i am trying to do is learn how to use and import the data that is in that file. Ideally to make a visualization (ie, bar chart, or something simple like that).
Here is an example of how my data looks (either comma separated txt file, or comma separated .csv, or .tsv). the idea is the same;
one,two,three,four
100,200,300,400
110,220,330,440
200,255,256,401
If anyone can help i would be most grateful :),
thank you soo much! weezyF
1