I am trying to ingest a dataframe to postgres db using python script in AWS Glue. It processes some dataframes, but for some dataframes, while doing df.to_sql it gives
'h' format requires -32768 <= number <= 32767
If someone has experience with such kind of error, inputs are welcome. Thanks.
