• @[email protected]
    link
    fedilink
    English
    141 year ago

    I’m an actuarie and a Linux user at home. At work I’m forced to use excel but I do everything I can on python.

      • @[email protected]
        link
        fedilink
        English
        5
        edit-2
        1 year ago

        Actuaries probably get paid more than data scientists. But that’s based on a sample of one: my brother is an actuary and I’m a software dev who works with a data scientist.

    • @grue
      link
      English
      21 year ago

      I ran across this in another thread yesterday. Sounds like you might think it’s as cool as I do!

    • @filister
      link
      English
      21 year ago

      I think Microsoft recently introduced Python support in Excel, so maybe you can combine both.

      • @[email protected]
        link
        fedilink
        English
        51 year ago

        It’s tied up with their azure cloud service and I kinda combine both already with pandas.read_excel() and DataFrame.to_excel().

      • @[email protected]
        link
        fedilink
        English
        41 year ago

        As far as I know, the only thing that the new python integration helps with is that users don’t have to install Python or have to know how to use pip to install packages like pandas, because Python doesn’t run locally. It is neat how you can visualize data and show it inline with the Excel document though. My industry is very regulated, so we won’t be able to use it since the data you pass to Python goes to Azure for processing

      • Spaz
        link
        English
        21 year ago

        They did