From 732931fe22fe675aef44acab40b2d16f53caaffc Mon Sep 17 00:00:00 2001
From: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Date: Wed, 3 Dec 2025 13:24:03 -0500
Subject: [PATCH] docs: remove dataframe to toolset component (#10854)
remove-df-to-toolset-component
---
.../Components/legacy-core-components.mdx | 19 -------------------
docs/docs/Support/release-notes.mdx | 2 --
2 files changed, 21 deletions(-)
diff --git a/docs/docs/Components/legacy-core-components.mdx b/docs/docs/Components/legacy-core-components.mdx
index f784e70560..09460c8012 100644
--- a/docs/docs/Components/legacy-core-components.mdx
+++ b/docs/docs/Components/legacy-core-components.mdx
@@ -190,25 +190,6 @@ Fields from the `.data` attribute become columns, and the `.text` field (if pres
-
-DataFrame to Toolset
-
-Replace this legacy component with the [**Data Operations** component](/data-operations).
-
-This component converts each row of a DataFrame into a callable tool/action within a toolset. Each row becomes a tool where the action name comes from one column and the content/response comes from another column.
-
-It accepts the following parameters:
-
-| Name | Display Name | Info |
-|------|--------------|------|
-| dataframe | DataFrame | Input parameter. DataFrame where each row will become a tool/action. |
-| tool_name_column | Tool Name Column | Input parameter. Column with tool names. |
-| tool_output_column | Tool Output Column | Input parameter. Column with tool outputs/responses. |
-| tools | Tools | Output parameter. List of tools created from the DataFrame. |
-| message | Message | Output parameter. Message describing the created toolset. |
-
-
-
Extract Key
diff --git a/docs/docs/Support/release-notes.mdx b/docs/docs/Support/release-notes.mdx
index 3a6c25c20e..00777a607e 100644
--- a/docs/docs/Support/release-notes.mdx
+++ b/docs/docs/Support/release-notes.mdx
@@ -105,8 +105,6 @@ For all changes, see the [Changelog](https://github.com/langflow-ai/langflow/rel
### Deprecations
-The [**DataFrame to Toolset** component](/legacy-core-components) is now in legacy status.
-
## 1.6.0
Highlights of this release include the following changes.