idmd.ui.replace_ui.ReplaceUI

class idmd.ui.replace_ui.ReplaceUI(position=0)[source]

Bases: Component

Provides UI for replacing values in a DataFrame.

Initializes the component with a default position.

Args:

position (int): The column position of the component. Defaults to 0.

Methods

render

Renders the UI for replacing values in a column of the dataset.

render()[source]

Renders the UI for replacing values in a column of the dataset.

Return type:

None