Function load_file

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

Load the specified file to a DataTable.

ยงExamples

use rusty_data::loader::load_file;

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