python3

[type] java.math.BigDecimal to integer

2jelly 2020. 5. 12. 18:34

pandas dataframe column type : java.math.BigDecimal

 

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