idmd.ui.data_stats.DataStats

class idmd.ui.data_stats.DataStats(position=0)[source]

Bases: Component

Displays dataset statistics and metadata

Initializes the component with a default position.

Args:

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

Methods

render

Render the component in the Streamlit interface.

render()[source]

Render the component in the Streamlit interface.

Return type:

None