pub async fn pivot_table( file_path: &str, row_col: &str, col_col: &str, value_col: &str, agg: &str, ) -> Result<String, String>