Probably should get a dedicated ERP system, mainly to just have official support.
But anybody in finance (like me) knows that everybody from low level accounting assistants, to CBOs use excel daily, even if they have an ERP system. For instance, the one I am using is complete shit with outrageous inexcusable ‘features’ (can’t even describe them because they sound made up). So we all just export data to excel so we can format the reports/data into an actual useful format.
Interesting, never thought about using python as an excel replacement. Definitely wouldn’t work in my current work setting. But I just started taking a python class and I’ll have to keep this in mind.
Probably should get a dedicated ERP system, mainly to just have official support.
But anybody in finance (like me) knows that everybody from low level accounting assistants, to CBOs use excel daily, even if they have an ERP system. For instance, the one I am using is complete shit with outrageous inexcusable ‘features’ (can’t even describe them because they sound made up). So we all just export data to excel so we can format the reports/data into an actual useful format.
Also in finance, hate excel, use python for everything, all my scripts still end with pd.to_excel() because I’m not the only person on the company.
Interesting, never thought about using python as an excel replacement. Definitely wouldn’t work in my current work setting. But I just started taking a python class and I’ll have to keep this in mind.