Skip to content

Add nan remover converter#304

Merged
cristian-tamblay merged 5 commits into
developfrom
feat/nan-remover-converter
Sep 24, 2025
Merged

Add nan remover converter#304
cristian-tamblay merged 5 commits into
developfrom
feat/nan-remover-converter

Conversation

@Irozuku
Copy link
Copy Markdown
Collaborator

@Irozuku Irozuku commented Sep 23, 2025

This pull request introduces a new converter to remove rows with NaN values from datasets and integrates it into the DashAI backend. The main changes include the implementation of the NanRemover converter, updates to the initial components list, and a minor fix in dataset conversion to ensure proper index handling.

New Converter Implementation:

  • Added NanRemover class in simple_converters/nan_remover.py, which removes rows containing NaN values from specified columns in a dataset.

Comment thread DashAI/back/converters/simple_converters/nan_remover.py Outdated
Comment thread DashAI/back/converters/simple_converters/nan_remover.py
Copy link
Copy Markdown
Member

@cristian-tamblay cristian-tamblay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some small changes required

@cristian-tamblay cristian-tamblay merged commit bcac261 into develop Sep 24, 2025
5 checks passed
@cristian-tamblay cristian-tamblay deleted the feat/nan-remover-converter branch September 24, 2025 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants