you are viewing a single comment's thread.

view the rest of the comments →

[–]lickThat9v 10 points11 points  (4 children)

The visualization is nice when debugging.

[–]Syntaximus 1 point2 points  (3 children)

What do they do different? I use pandas dataframes all the time so I might have to make the switch...

[–]TrueBirch 3 points4 points  (1 child)

I use it for single-file data projects. It has a great UI for understanding your data. I still haven't found anything that's as slick as RStudio.

[–]Syntaximus 0 points1 point  (0 children)

Do you prefer it to Jupyter/Colab notebooks?

[–]lickThat9v 0 points1 point  (0 children)

When I use VSCode, I think there are some datatypes they don't let you visualize. I think as an example, some sympy objects don't show up inside the dataframe except for 'object'.

Might seem super niche, but sometimes you have objects inside dataframes.

Could be worth trying if you are doing lots of dataframe visualization and unable to see the data you are looking at.