priyankabhardwaj12 opened a new issue, #38182: URL: https://github.com/apache/arrow/issues/38182
### 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
