apache / apache/arrow

issue with PyArrow where it's removing double quotes from the first column

Open
#38,182 1 comment 0 reactions 0 assignees View on GitHub
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.

![image](https://github.com/apache/arrow/assets/16951818/f3c1478f-aace-4c5d-89c9-1b26e5257aba)

### Component(s)

Python

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.