Thanks for that link. Very useful. I'm surprised how many of the file formats are fixed width/space delimited. That is not something you see a lot of these days. I guess they are more efficient to parse.
Easy Data Transform does currently store everything in memory. That works pretty well for a few millions rows, as long as you aren't on 32 bit Windows (most people have 64 bit Windows now).
Excel mangles gene names like Sept3 and Mar2. Smart bioinformaticists will never put anything in to Excel if they can help it for that reason.
I am all too familiar with how Excel mangles dates and numbers! ;0)
Never, not irreproducible and typically does not scale well with large amounts of data in the gigabyte range.
Yep, something scripted which does not mess with gene names like Excel and company.
Excel is a horrible tool for manipulating data. No disagreement there!
How big are your typical datasets in terms of rows x columns (assuming it is tabular data)?
In fact I do not even know since I never store my single-cell data (sparse matrix formats) as plain text. For other more standard datasets (so raw data are Gigabytes) it is something like 15.000 rows times < 100 columns, for other genomic applications it can also be 150.000 rows times < 100 columns. I personally would never edit any of it using an editor, only one tab or whitespace being messed up can cause issues.