-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Priority:HighShould be addressed soon but not criticalShould be addressed soon but not critical
Milestone
Description
Also found at Creative Coding fest!
- Existing feature enhancement
- tested on chrome Version 67.0.3396.87 (Official Build) (64-bit), mac os X
See: https://editor.p5js.org/icm/sketches/HyK88pH6Q
let data;
function preload() {
data = loadTable('test.csv');
}
function setup() {
console.log(data.getRow(0));
}
The p5 web editor console prints a p5.Table
and p5.TableRow
object as follows:
Looking in the chrome console I see:
I'm not sure what the p5 web editor console can easily show, but having it render the data in the object would be helpful!
Metadata
Metadata
Assignees
Labels
Priority:HighShould be addressed soon but not criticalShould be addressed soon but not critical