Answers for "Return np.array from api"

0

Return np.array from api

Normally you would use JSON and you would serialize your ndarray into a string. 
Then on the client side you would convert the string to ndarray back.
Posted by: Guest on March-15-2022

Browse Popular Code Answers by Language