Skip to main content
Glama

CSV Editor

by santoshray02

fill_missing_values

Fill or remove missing values in CSV files using specified strategies such as dropping rows or filling with custom values. Ideal for cleaning and preparing datasets efficiently.

Instructions

Fill or remove missing values.

Input Schema

NameRequiredDescriptionDefault
columnsNo
session_idYes
strategyNodrop
valueNo

Input Schema (JSON Schema)

{ "properties": { "columns": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Columns" }, "session_id": { "title": "Session Id", "type": "string" }, "strategy": { "default": "drop", "title": "Strategy", "type": "string" }, "value": { "anyOf": [ {}, { "type": "null" } ], "default": null, "title": "Value" } }, "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