본문 바로가기

python3

[type] java.math.BigDecimal to integer

pandas dataframe column type : java.math.BigDecimal

 

intValue = int(df['col'][0].toString())