Converting pandas dataframe to wiki markup table
I’m automating some data processing and creating jira tickets out of it.
Pandas does have to_html
or to_csv
or even to_markdown
. But jira supports only wiki markup for creating a table.
I’m automating some data processing and creating jira tickets out of it.
Pandas does have to_html
or to_csv
or even to_markdown
. But jira supports only wiki markup for creating a table.