Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thijsn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
thijsn
3d ago
That sounds like there's something going wrong, because that definitely shouldn't be the case! Although it sound like you've given up on it: if you have any example to send me in the right direction I can look into that for y
2.
▲
by
thijsn
13d ago
https://docs.pola.rs/releases/upgrade/2/#disable-casting-fro... You can find it in the migration guide. Let me know if you miss anything, if you'd like you can make an issue and I'll make sure to ge
3.
▲
by
thijsn
29d ago
I've seen people with exactly that frustration use "import polars.col as c" and use c("colname") instead!
4.
▲
by
thijsn
8mo ago
Oh I don't mean to say verbose makes it more readable by default, I agree with you on that. I mostly meant that because the API is declarative (more geared at describing the result you want instead of the operations) it is easier to un
5.
▲
by
thijsn
8mo ago
Polars is indeed more verbose when coming from pandas, but in my experience it is an advantage for when you're reading that same code after not having touched it for months. pandas is write-optimized, so you can quickly and powerfully
6.
▲
by
thijsn
3y ago
That's why Ritchie is very active on, and often refers to, Stackoverflow as well! Exactly to document frequent questions, instead of losing them to chat history.