driving_crooner@lemmy.eco.brtoProgramming@programming.dev•Any data scientists out there? What's your go to programming language and tools for your work?
0·
2 days agoNot a data scientist, but an actuarie. I use python, pandas in jupyter notebooks (vs code). I think it would be cool to use polars, but my datasets are not that big to justify the move.
Everyday, the company I work for have all their code in SAS, I use our LLM to translate it to python. I also write my python scripts and ask the llm to refract it and optimize it. Sometimes it save me 2 seconds so I just use my code that is usually simple, but other times it saves me half an hour.