pub fn replace_column(
    data: String,
    column: &str,
    replacement: &str
) -> Result<String, Error>