Skip to main content

timeseries_analyze

Function timeseries_analyze 

Source
pub async fn timeseries_analyze(
    file_path: &str,
    date_col: &str,
    value_col: &str,
    window: usize,
) -> Result<String, String>