See the repository for the current version!
» Installation
| |
» Examples
For all options please check the godoc. The examples ignore all error handling!
» Create a new dataset
All datasets should contain a header for further processing.
| |
» Add a new row
| |
| |
» Add multiple rows
| |
| |
» Add a new column at index 1
| |
| |
» Extract Column
| |
| |
» Rename Column
| |
| |
» Delete Column
| |
| |
» Modify Column
| |
| |
» Write the dataset
| |
| |
» Write options
| |
| |
» Get dataset as [][]string
| |
| |
» Compare two (raw) datasets
| |
| |