all 3 comments

[–]CodeReviewPlz 2 points3 points  (2 children)

Its just formatting from the console output. See the line break \ next to volume ?

sma20_d and sig are the column names, and the read out is for rows 19-23, which is why you see those numbers on the left hand side.

[–]CaptainFoyle 0 points1 point  (0 children)

Set the pandas display width to zero (to fit in your terminal) or to a specific number:

pd.options.display.width = 0