DonJayamanne / typescript-notebook

Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook
MIT License
904 stars 39 forks source link

When using Danfo and querying a DataFrame, it no longer formats the result. #53

Open robertsosinski opened 2 years ago

robertsosinski commented 2 years ago

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.

image

If I dump the DataFrame into json, and reload it, it displays again.

image

Not sure if I'm doing something wrong, would appreciate any help.

Thanks! Really enjoying this notebook feature!