scautable icon indicating copy to clipboard operation
scautable copied to clipboard

What if there are no headers?

Open Quafadas opened this issue 9 months ago • 0 comments

Should we autogenerate column names, or just read a Tuple?

  test("Some random CSV files") {
    val longRow = CSV.absolutePath(Generated.resourceDir0 + "testFile" + Generated.pathSep + "bus_stop_noheader_test.csv").toSeq
    longRow.toSeq.ptbln
  }

Quafadas avatar May 08 '25 15:05 Quafadas