LSYS/forestplot

N column is also formatted to have decimals

Closed this issue · 0 comments

Thanks for this neat package again!

When I add the "N" column in the table, it is automatically converting it to have one decimal point (example: 100 -> 100.0)

Tried multiple work arounds to modify it to make an integer but couldnt work it out. In the example shown in the manual, it does seem to work fine.

Any help is greatly appreciated.

Updated**

data['n'] = data['n'].astype("string")

Fixed it.