Skip to main content
Glama

CSV Editor

by santoshray02

get_correlation_matrix

Generate a correlation matrix for numeric columns in CSV files to identify relationships between variables using methods like Pearson. Define columns and minimum correlation thresholds for targeted analysis.

Instructions

Calculate correlation matrix for numeric columns.

Input Schema

NameRequiredDescriptionDefault
columnsNo
methodNopearson
min_correlationNo
session_idYes

Input Schema (JSON Schema)

{ "properties": { "columns": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Columns" }, "method": { "default": "pearson", "title": "Method", "type": "string" }, "min_correlation": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Min Correlation" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/santoshray02/csv-editor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server