Improve column type handling in DSL/translator.
AndreiKingsley opened this issue · 0 comments
AndreiKingsley commented
- DataFrame infers
Nothing?
for column of nulls. - Columns may have no inferred type (for example, created with
Infer.None
byList<Any?>
).