Open
Description
I have a header line that starts with '#' so I want to do:
var df = readCsv(tsv, sep='\t').rename(f{"mode" <- "#mode"})
this works, but the docs say to use ~
which does not work.
Another issue is that it changes the column ordering by adding the new column at the end (as expected using OrderedTable), but I would expect it to retain the column order but keep a new name.
I know it's early days, but just wanted to flag this as I saw it.
Thanks for the dataframe lib!
Metadata
Metadata
Assignees
Labels
No labels