i run into an error registering azure ml sdk output data into the datastore

Viewed 25

enter image description here

I am doing data engineering on my data for ML but after editing and adding some columns i cant register the output to the datastore and i get the error on the image how can I solve this error?

1 Answers

i checked my data type and found that was the problem df.info() and make sure the formats are ok

Related