this post was submitted on 04 Apr 2026
422 points (99.8% liked)

Science Memes

19910 readers
1789 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Saganaki@lemmy.zip 32 points 2 weeks ago (14 children)

“Wait, why is this not a CSV file?”

[–] Jason2357@lemmy.ca 21 points 2 weeks ago (13 children)

God I hate csv with the fire of a thousand suns.

Contractors never seem to know how to write them correctly. Last year, one even provided “csv”s that were just Oracle error messages. lol. Another told me their system could not quote string columns nor escape commas or use anything but commas as their separator, so there were unpredictable numbers of commas in the rows when the actual data contained commas. Total nightmare. And so much of my data has special character issues because somewhere in the pipeline a text encoding was wrong and there is exactly one mangled character in 5 million lines for me to find.

Give me the data as closely to the source data as you can. If it is a database, then a database dump or access to a clone of your database is the best option by far. I don’t care how obscure your shit is, Ill do the conversion myself.

For intermediate data, something like parquet or language specific formats like Rdata or pickle files. Maaaaybe very carefully created csv files for archival purposes, but even then, I think parquet is safe for the long haul nowadays.

[–] espurr@sopuli.xyz 0 points 1 week ago (4 children)

What delimiter should I be using instead of commas?

[–] rustydrd@sh.itjust.works 7 points 1 week ago

🤪 as a delimiter

🥦 for end of line

load more comments (3 replies)
load more comments (11 replies)
load more comments (11 replies)