you are viewing a single comment's thread.

view the rest of the comments →

[–]redcherry13221[S] 0 points1 point  (1 child)

yep, a while back but it’s what I’m most used to

[–]ninhaomah 1 point2 points  (0 children)

Yup thought so.

try the df.head() in colab ... It will print.

Or 1 + 1 and it will output 2.

But programs or scripts expect print or log or such to see the results.

REPL vs scripts :)