I am trying to create a simple table with big font (as an image) of csv data in Python using matploylib such as the one seen here:
Asked
Active
Viewed 58 times
0
-
Try the accepted answer to convert your dataframe (df) into a png from matplotlib - https://stackoverflow.com/q/35634238/18192997 – PythonKiddieScripterX Sep 17 '22 at 08:29
-
Please provide enough code so others can better understand or reproduce the problem. – Community Sep 17 '22 at 16:37
1 Answers
0
You can use one of these:
jupyter notebook and its styles
pretty_html_table(Beautiful html tables made easy )

Shahab Rahnama
- 982
- 1
- 7
- 14