←back to thread

FireDucks: Pandas but Faster

(hwisnu.bearblog.dev)
398 points sebg | 2 comments | | HN request time: 0.407s | source
1. safgasCVS ◴[] No.42193999[source]
I’m sad that R’s tidy syntax is not copied more widely in the python world. Dplyr is incredibly intuitive most don’t ever bother reading the instructions you can look at a handful of examples and you’ve got the gist of it. Polars despite its speed is still verbose and inconsistent while pandas is seemingly a collection of random spells.
replies(1): >>42205144 #
2. dr_kiszonka ◴[] No.42205144[source]
I don't know why, but it seems pipes are hard to do in Python without extra parentheses, etc.