holtzy / The-Python-Graph-Gallery

A website displaying hundreds of charts made with Python
https://www.python-graph-gallery.com
BSD Zero Clause License
1.87k stars 370 forks source link

add some css for the output of pandas df #364

Closed JosephBARBIERDARNAL closed 4 months ago

JosephBARBIERDARNAL commented 4 months ago

I think it might be a good idea to add some css for the output of pandas dataframe because they currently not look good and can be hard to understand because of this

example: https://python-graph-gallery.com/400-basic-dendrogram/

JosephBARBIERDARNAL commented 4 months ago

mainly some spacing between columns, a grid around cells and then center it?

JosephBARBIERDARNAL commented 4 months ago

fixed with #371