Skip to main content

load_csv

Function load_csv 

Source
pub fn load_csv<P: AsRef<Path>>(path: P) -> Result<Vec<Candle>>
Expand description

Load candles from a CSV file. See the module docs for the expected format.