Filter out empty lines from CSV input
CSV files may contain empty lines which get handed over to pandas while parsing. This leads to hang-ups while parsing. Empty lines should be dropped in the parsing stage.
CSV files may contain empty lines which get handed over to pandas while parsing. This leads to hang-ups while parsing. Empty lines should be dropped in the parsing stage.