• grue@lemmy.world
    link
    fedilink
    English
    arrow-up
    26
    arrow-down
    1
    ·
    edit-2
    2 days ago

    The precarious stack of macros and formulae that you also can’t version control properly because it’s a superficially-XML-ified memory dump, not textual source code.

    Almost every nontrivial use of Excel would be better off as, if not a database, at least something like a Jupyter notebook with pandas.

    • Cenzorrll@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      I do bioanalysis without a sample management system. I recently had a 1000+ sample project with 6 analytes, all samples needing a few reanalyses due to everything in this whole project being complete shit.

      I spent probably three weeks of time just tracking samples to figure out what needed what analysis through excel. It’s so painful knowing that a proper python script could do it in a few seconds.