nodejs-polars
nodejs-polars copied to clipboard
better html repr for `DataFrame`
This is less a feature request than a question:
- I cannot reproduce the dataframe display shown in README (and below) - which is the same as in python-polars. Is it still possible ? else why not ?
- the display of a dataframe in a deno-kernel jupyter notebook is fine and similar to that of a python-kernel notebook except (by default):
- the first and last rowns are displayed (for large df)
- the shape is displayed on top
But for nodejs-polars only the 50 first rows are shown without indication of df shape.
Is it on purpose or a shortcut ?
Suggestion: If would help users if the py/js displays both in print/console.log and jupyter would match.