May 2020
Intermediate to advanced
404 pages
10h 52m
English
The Iris flower dataset, in its original form, is a CSV file containing the data of 150 rows split into 5 columns in a comma-separated format, with each entry separated by a new line.
However, we will be using a JSON format of the data for easier operability with JavaScript. The dataset in JSON format can be downloaded from https://gist.github.com/xprilion/33cc85952d317644c944274ee6071547.
You can use simple functions in any language to convert a CSV file into a JSON file, with the column names changed as per the following conventions:
We will use these property names in JSON while developing the ...
Read now
Unlock full access