dataframe icon indicating copy to clipboard operation
dataframe copied to clipboard

Read function with just `skipLines = `

Open Jolanrensen opened this issue 1 year ago • 2 comments

image Currently, the delimiter = in the DataFrame.read() in csv.kt function has no default value. This causes that read function to fail unless you explicitly specify it.

We should either:

  • remove the read overload, as it's called "read" and not "readCsv". Shouldn't this be a generic function?
  • Add ',' as default delimiter, just as in the readCSV() function.

Jolanrensen avatar Nov 20 '23 11:11 Jolanrensen

i want to work on this issue please assign this issue to me

WizCoderr avatar Feb 08 '24 12:02 WizCoderr

Sure, @WizCoderr, how do you plan to tackle it?

Jolanrensen avatar Feb 09 '24 12:02 Jolanrensen