scan numbers in scans accept only int (not int64)!
one has to use np_array.tolist()
because list(np_array)
does not work. Error comes in aggregate.
It would be useful to have ALL integers working.
one has to use np_array.tolist()
because list(np_array)
does not work. Error comes in aggregate.
It would be useful to have ALL integers working.