I need save a dataframe into PostgreSQL table, which has some fields with Money Datatype.
I tried to cast the data to DoubleType before storing, which seems not working.