create a blank nupy array code example Example: create empty numpy array without shape a = [] for x in y: a.append(x) a = np.array(a)