Wierd output in vs code with julia with jupyter notebook?

wierd output what should i do please help . I getting when i import dataset by csv.

That looks like a LaTeX table, so I would wager the guess that your csv file doesn’t contain normal comma-separated values. Could you double check that your csv file looks normal when opened in a text editor?

1 Like

I’m exploring Pluto.jl

If you code in a Julia file instead of a notebook, the “Julia Explorer” (3 circles) on the left hand action pane allows you to explore Julia session objects. You can use it to view a DataFrame object very neatly in a rectangular table.

1 Like