Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Corrects add column operation input into dataframe #6775

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jobs-git
Copy link

DataFrame Operations Components accepts DataFrame as its input, however, the Add Column Operations does not accept DataFrame as input. This pull request fixes that issue

Fixes: #6703

DataFrame Operations Components accepts DataFrame as its input, however, the Add Column Operations does not accept DataFrame as input. This pull request fixes that issue

Fixes: langflow-ai#6703
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. bug Something isn't working labels Feb 23, 2025
@jobs-git jobs-git changed the title Corrects Add Column Operation Input into DataFrame fix: Corrects add column operation input into dataframe Feb 23, 2025
@github-actions github-actions bot added bug Something isn't working and removed bug Something isn't working labels Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong input for Add Column in Data Frame Operation Component
1 participant