pub fn csv1d_to_normalform(
    filename: &str,
    scale: Option<Rational64>
) -> Result<NormalForm, Error>