• @viking@infosec.pub
    link
    fedilink
    5
    edit-2
    1 month ago

    Yeah I was a bit surprised by the downvotes considering this is the windows community, but then again the Linux fanboys on Lemmy are a resilient bunch.

    Funny thing is that I’m using Linux (Xubuntu) as my daily driver, but switch to Windows for those two applications pretty much exclusively.

    I’ve yet to use Pandas / Polars, are they working well with macros/vbs and pivot tables, especially importing existing ones from excel? That was by biggest pain point with Calc.

    • Pandas and Polars are libraries for the Python and Rust programming languages (respectively).

      The way I moved on from Excel was to write code instead since my end goal was always data visualization and there are so many good visualization libraries that offer far more than Excel could out of the box.

      It’s not for the faint of heart and you’ll have to reimplement the logic of all your macros but once you’re liberated, it’s exceptionally freeing - especially being able to handle vastly bigger datasets than Excel could handle.

      • @viking@infosec.pub
        link
        fedilink
        11 month ago

        Ah ok, understood. Unfortunately I’m not much of a programmer, I understand just enough of the syntax from macros to use them and make slight adjustments, not to rebuild them from scratch. So I somewhat rely on the tools that some with excel or have been developed in my company.