list' object has no attribute 'values' django code example
Example 1: django queryset' object has no attribute objects
Check objects spelling first
Example 2: AttributeError: 'list' object has no attribute 'dtypes'
data = np.array(data, dtype=np.float32)