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

feat: add Table type to be a replacement of DataFrame in a future version #6983

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ogabrielluiz
Copy link
Contributor

Improve flexibility in custom component outputs by automatically adding 'JSON' and 'Table' types based on existing types. Extend input type support for Table and DataFrame inputs to enhance data handling capabilities.

Enhance custom component output type handling by automatically adding 'JSON' type when 'Data' is present, improving type flexibility for custom components
Update input types for TableInput and DataFrameInput to include both "DataFrame" and "Table" types, and add a new Table class that extends DataFrame for enhanced data handling
Enhance custom component output type handling by automatically adding 'Table' type when 'DataFrame' is present, improving type flexibility for custom components
@github-actions github-actions bot added the enhancement New feature or request label Mar 10, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Mar 10, 2025
Copy link

codspeed-hq bot commented Mar 10, 2025

CodSpeed Performance Report

Merging #6983 will improve performances by 36.88%

Comparing df-to-table (943ffa4) with main (94140cc)

Summary

⚡ 1 improvements
✅ 18 untouched benchmarks

Benchmarks breakdown

Benchmark BASE HEAD Change
test_build_flow_invalid_job_id 12.7 ms 9.3 ms +36.88%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant