0
how can i store my data in a table and then convert to pdf ??
i tried matplotlib but i think there is a better way
1 ответ
0
I have never tried it myself, but you can convert your dataframe to html using df.to_html() and then convert this html to pdf using special library pdfkit and its function from_file.