Updated CSV (markdown)

Richard Townsend 2014-08-09 07:12:32 -07:00
parent 1909da73ad
commit e83121c5b2
1 changed files with 1 additions and 3 deletions

@ -1,6 +1,4 @@
##Parsing CSV files
Golearn's `base` package features a utility function ([`ParseCSVToInstances`](https://godoc.org/github.com/sjwhitworth/golearn/base#ParseCSVToInstances)) which is used for loading CSV files.
Golearn's `base` package includes a utility function ([`ParseCSVToInstances`](https://godoc.org/github.com/sjwhitworth/golearn/base#ParseCSVToInstances)) which is used for loading CSV files.
**Code excerpt: reading a CSV file.**
```go