Function rusty_data::loader::load_file [] [src]

pub fn load_file(file: &str) -> DataTable

Load the specified file to a DataTable.

Examples

use rusty_data::loader::load_file;

let table = load_file("path/to/file.data");