kodeagent.agents.csv_agent.get_summary_stats#

kodeagent.agents.csv_agent.get_summary_stats(columns: str) str[source]#

Get summary statistics for one or more numeric columns. Returns mean, median, std, min, max, and percentiles.

Parameters:

columns – Comma-separated column names, e.g. “price,quantity,age”

Returns:

A JSON string with summary statistics for the requested columns.