NumPy c_: Join Arrays as Columns

NumPy c underscore Python guide showing two one-dimensional arrays joined as columns

Use NumPy c_ for compact column-wise array construction, then compare its shape behavior with column_stack, r_, and concatenate.