The 'content' argument must be string. Received type null code example
Example: float() argument must be a string or a number, not 'dict_values'
>>> np.array(list(d.values())).astype(float)
array([ 2., 4.])
>>> np.array(list(d.values())).astype(float)
array([ 2., 4.])