//! This module provides the core functionality for working with data structures.
//! It includes the following modules:
//! - `datacolumn`: Handles operations related to data columns.
//! - `dataframe`: Implements a data frame structure for data manipulation.
//! - `matrix`: Provides functionality for matrix operations.