TypeError: Couldn't cast array of type int64 to null

To begin with, Python’s language specification includes None but not null, so I think that null probably comes from pandas or pyarrow.
In pandas, for example, just having “” creates null. I think that such data is causing problems when implicit conversion is performed inside the datasets library. On the other hand, int64 is probably data that has been successfully tokenized.