kodeagent.agents.csv_agent.find_correlations#

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

Find correlations between numeric columns. Returns pairs with strong positive or negative relationships.

Parameters:

columns – Comma-separated column names to correlate, e.g. “sales,profit,units”

Returns:

A JSON string listing strong statistical correlations.