dflib
dflib copied to clipboard
HTML rendering for dflib-jupyter
Currently we are using our default tabular renderer within the Jupyter environment. Let's design an HTML renderer similar to what pandas does (or better!). The main problem with the plaintext tabular renderer is that it doesn't scale horizontally when there are lots of columns. Also would be nice to have a striped display for rows.