Working with Tabular Data - Parsing CSV files
Back 4 / 20
This second part of the lesson looks at loading and parsing a CSV file (comma-separated values) with the web fetch() API.
NASA Datasets on Global Surface Temperatures
VSCode extension that colour-formats CSV files
String split method on the MDN Web Docs
Array slice method on the MDN Web Docs
Tutorial on Regular Expressions (RegExp) in JavaScript