@goeffthomas pointed out the following:
"Another thing that sticks out is that I see all of the fields have a dataType of sc:Integer. But nearly all of the columns (excluding quality and Id) are sc:Float. On the Kaggle side, we have a column type of "Id" and so if that's set on a column, we set the dataType to sc:Text since Ids can often be non-numerical. Just a minor difference there, though, so nothing alarming to me personally."
He's right. I've been setting all numeric values to sc:Integer but that's too specific. I'll make a pull request.
@goeffthomas pointed out the following:
"Another thing that sticks out is that I see all of the fields have a dataType of sc:Integer. But nearly all of the columns (excluding quality and Id) are sc:Float. On the Kaggle side, we have a column type of "Id" and so if that's set on a column, we set the dataType to sc:Text since Ids can often be non-numerical. Just a minor difference there, though, so nothing alarming to me personally."
He's right. I've been setting all numeric values to
sc:Integerbut that's too specific. I'll make a pull request.