rusty-data 0.0.2

A data handling library (designed for machine learning).
Documentation
1
2
3
4
5
6
7
8
9
# rusty-data

Basic data handling library.

## TODO:

- Implement a DataCast trait which will duplicate NumCast for numeric types and add to-String casting.
- Implement a ColumnCast trait which will allow whole column casting.
- Use casting with the push Result to control flow when creating DataTable.