Hacker News new | ask | show | jobs
by cjbprime 1208 days ago
Nice! Do you think it's useful for working with non-numeric tabular data too? I'm using a dataframe in vscode as a kind of mini SQL database. Vscode visualizations of dataframe are pretty bad, would be great to have another option for rendering.
2 comments

Yes, it's a general visualization tool. But it depends on what you need for your data. Dimensions in non-numeric tabular data can be used with a 'count' to make charts of the distribution of values in the dimensions.
According to the Github VSCode support isn't available as yet. Major bummer tbh.
Good News: it has supported Jupyter Extension for VSCode since release 0.1.3-alpha. https://github.com/Kanaries/pygwalker/issues/21