How to right align numbers in a table created from a dataframe using quarto and pdf?
I am using pandas in a jupyter notebook and I would like to export my notebook in a pdf document using quarto. Everything work except the alignment of numbers in the table. If you have positive and negative numbers and the numbers are left aligned they are difficult to read because the dot is not aligned along the column.