could not parse `'สวยงาม']"` as dtype `str` at column 'output_text' (column number 2)
The current offset in the file is 36 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 `'สวยงาม']"` to the `null_values` list.
Original error: ```invalid csv file
Field `'สวยงาม']"` is not properly escaped.```