Bug List
Member julian::DataFrame::parseFile (std::string file_name, char delimiter)
Function reads EOL sign All but last rows are read with EOL sign. This cause the problem with comparing signs. Below if statement solves the problem by cutting of the last char if it is a EOL. Not sure if this is a save solution.