idmd.ui.columns_ui.ColumnManipulatorUI

class idmd.ui.columns_ui.ColumnManipulatorUI(position=0)[source]

Bases: Component

Provides UI for column operations and transformations.

Initializes the component with a default position.

Args:

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

Methods

render

Renders column manipulation tools in the Streamlit interface.

render()[source]

Renders column manipulation tools in the Streamlit interface.

Provides options to swap, drop, and select columns.

Return type:

None