|
|
|
|
|
by uptownfunk
432 days ago
|
|
I will say, now after 15 years messing with this. With LLM I just do it all in Python. But, I still miss the elegance and simplicity of R for data manipulation and analysis. Especially the dplyr semantics. They really nailed it. I think they got crushed by the namespace / import system. There’s something about R that makes you so fluid and intuitive. But the engineering, the efficiency, I get with Python now, I can’t go back. |
|
e.g. avoid dplyr overriding base::filter
use(“dplyr”, c(“mutate”, “summarize”))