Strange Error While Attempting to Load DataSet

It looks like your dataset has data of incoherent types. There seems to be a column that is loaded as type “int64” but the dataset content 17 - “” can’t be converted to an integer.

Could you share some data samples and the code you used to load the dataset ? That would be helpful to investigate why you end up with this error