could not parse `"I believe," says Mr. Bennet in the letter already largely quoted,` as dtype `str` at column 'Transcript' (column number 2)
The current offset in the file is 166366 bytes.
You might want to try:
- increasing `infer_schema_length` (e.g. `infer_schema_length=10000`),
- specifying correct dtype with the `schema_overrides` argument
- setting `ignore_errors` to `True`,
- adding `"I believe," says Mr. Bennet in the letter already largely quoted,` to the `null_values` list.
Original error: ```invalid csv file
Field `"I believe," says Mr. Bennet in the letter already largely quoted,` is not properly escaped.```