Skip to main content
Glama

CSV Editor

by santoshray02

remove_duplicates

Eliminate duplicate rows from CSV files. Specify columns to check and choose to keep the first or last occurrence. Simplify data cleaning and ensure accuracy.

Instructions

Remove duplicate rows.

Input Schema

NameRequiredDescriptionDefault
keepNofirst
session_idYes
subsetNo

Input Schema (JSON Schema)

{ "properties": { "keep": { "default": "first", "title": "Keep", "type": "string" }, "session_id": { "title": "Session Id", "type": "string" }, "subset": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Subset" } }, "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