ferrumDF 0.1.1

A data frame library written to work with my ml crate ferrumML
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod data_frame {
    pub mod data_frame;
    pub mod data_type;
    pub mod return_type;
    mod data_frame_test;
    pub mod read_from;
}


fn main() {
    eprintln!("hello");
}