table_conversion='matplotlib' does not allow processing text-align
it only allows text-align styles given in the very element like <td>, <th> (matplotlib_table.py:74)
but It is not possible to control each element's style with dataframe styles configuration.
table_conversion='matplotlib' does not allow processing text-align it only allows text-align styles given in the very element like
<td>
,<th>
(matplotlib_table.py:74
) but It is not possible to control each element's style with dataframe styles configuration.