pub fn create_two_column_table( name: &str, col1_name: &str, col2_name: &str, rows: Vec<(DataValue, DataValue)>, ) -> Arc<DataTable>
Helper function to create a two-column table