1 reference to LessColumnsThatExpected
Microsoft.Data.Analysis (1)
DataFrame.IO.cs (1)
63
IEnumerable<string> lines = read.Select(line => col < line.Line.Length ? line.Line[col] : throw new FormatException(string.Format(Strings.
LessColumnsThatExpected
, line.LineNumber + 1)));