Closed ogabrielluiz closed 3 days ago
Comparing df-rename
(7dd435a) with main
(eb46bd4)
❌ 1
regressions
✅ 14
untouched benchmarks
:warning: Please fix the performance issues or acknowledge them on CodSpeed.
Benchmark | main |
df-rename |
Change | |
---|---|---|---|---|
❌ | test_successful_run_with_input_type_text |
141.7 ms | 230.1 ms | -38.44% |
This pull request introduces a new
DataFrame
type to the supported component types and adds aDataFrameInput
class to the input types definition. Additionally, it refactors the existingDataSet
references toDataFrame
, ensuring consistency across the codebase. The newDataFrame
class extends the functionality of pandas' DataFrame to handle collections ofData
objects seamlessly. This enhancement improves data handling capabilities within the application.