Cool, now that you accustomed with handling data set , we should probably try to store it and play with it.
- Reads the data from the csv file using the function
np.genfromtxtand stores it into a variable named asipl_matches_array.
This task will provide help you to learn how to load a structured data(csv) in tabular format.
| Parameter | dtype | argument type | default value | description |
|---|---|---|---|---|
| path | string | compulsory | path to the file csv | |
| dtype | Float | compulsory | np.float64 |
| Return | dtype | description |
|---|---|---|
| Numpy array | ndarray | Array containing data set values |
Note : dtype should be provided as '|S50'