|
|
|
|
|
by chrisaycock
1637 days ago
|
|
Missing and poorly formatted input is given a type-specific value. Eg., Float64 is nan and Int64 is nil. >>> Int64("5")
5
>>> Int64("5b")
nil
If inferencing cannot determine a consistent type from a CSV file, then the column will just be a String.I don't know what you mean by "embedding" a Dataframe. |
|
"Embedding Dataframes into an existing language would not be possible."
I don't think it would be an issue for languages with good metaprogramming facilities.