Keep the label column as a separate exact vector.
Read the y column separately
The y values are 5, 4, and 8.
y=548
Keep the same row order
The y vector follows row order A, B, C, matching the rows of X.
row order: A,B,C
This is still only a table rewrite
Putting y beside X does not fit a model. It only separates feature cells from label cells.
feature cells and label cells stay separate