issue with PyArrow where it's removing double quotes from the first column
Open
Component: Python
Type: bug
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the bug, including details regarding any error messages, version, and platform.
issue with PyArrow where it's not handling delimiters correctly. When we don't provide delimiters(no delimiters), it's working fine and combining everything into a single row. However, when we input '.' or ',' it's removing double quotes from the first column. According to my analysis, this appears to be a problem with PyArrow.

### Component(s)
Python
Contributor guide
Assessment
This issue has not been assessed yet.