TypeError trying to upload a row to DynamoDB; Unsupported type "<class 'numpy.int64'>" for value "0"

20 views Asked by At

Hi I am trying to upload a row I took from a dataframe and upload it to DynamoDB.

I keep getting below error message and it wouldn't get fixed. I tried .astype(int), isinstance and everything I can find and it's still not working. Any thoughts please?

Unsupported type "<class 'numpy.int64'>" for value "0"

0

There are 0 answers