Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-16893

[Python] Add quoting style support for pyarrow.csv.WriteOptions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 8.0.0
    • None
    • Python

    Description

      https://issues.apache.org/jira/browse/ARROW-14905

      The quoting style option was added forĀ  C++, but is not supported in Python.

      The C++ default for quoting style is "needed"

      The pyarrow.csv writer module currently produces a CSV file where all strings are double quoted with no option to not wrap strings in double quotes.

      "portfolioID","marketValue","notionalMarketValue","weight","notionalWeight"
      "ABCXYZ12345",26260.74,0.039716113109573174,26260.74,0.039716113109573174

      Attachments

        Activity

          People

            Unassigned Unassigned
            davlee1972@yahoo.com David Lee
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: