kyoto7250/mdpolars_py

Would you add a feature to convert polars to markdown?

Opened this issue · 2 comments

Would you add a feature to convert polars to markdown?

Thank you for your comment.
I think we can use Config.set_tbl_formatting.

https://docs.pola.rs/py-polars/html/reference/api/polars.Config.set_tbl_formatting.html

Oh good find, thanks!

I hate how they do the config thing, instead of those being arguments to a .to_string() function. But I guess it's good enough.