ArrowTypeError: Expected bytes, got a 'float' object, when trying to make a dataset from a list of dicts

Hmm not sure what’s happening exactly. You can try to convert your numpy array to a list before passing it to from_list. If it shows the same error it’s likely an issue with the data

1 Like