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

[C++] csv::TableReader column names, Read() arguments

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • C++

    Description

      Some feature requests:

      • csv::TableReader column_names method, and/or schema method. This will (in most cases) require IO to get these from the file, but that's fine. There are use cases (we've seen in R) where it would help to be able to get the names from the file (e.g. when you specify column types, it's a map of column name to type, so you can't currently specify types without also specifying names)
      • Add Read(std::vector<int>) like how feather (and parquet?) have so that you don't have to parse and allocate columns you don't want.

      cc apitrou romainfrancois

      Attachments

        Activity

          People

            Unassigned Unassigned
            npr Neal Richardson
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated: