Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
I'm using Danfo to load, query, and display data. When I load a new DataFrame, it displays correctly. However, once I query the DataFrame in any way (such as sorting or selecting specific columns) the DataFrame no longer displays. See the following screen snip.
If I dump the DataFrame into json, and reload it, it displays again.
Not sure if I'm doing something wrong, would appreciate any help.
I'm using Danfo to load, query, and display data. When I load a new DataFrame, it displays correctly. However, once I query the DataFrame in any way (such as sorting or selecting specific columns) the DataFrame no longer displays. See the following screen snip.
If I dump the DataFrame into json, and reload it, it displays again.
Not sure if I'm doing something wrong, would appreciate any help.
Thanks! Really enjoying this notebook feature!