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