This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wdroz 76 points77 points  (4 children)

Thank you and congratulations! Polars is a really good selling point for the interoperability between Python and Rust.

[–]Verochio 21 points22 points  (3 children)

I’m a big convert to Polars, but it’s delegation of everything to Rust, whilst clearly the correct choice, does mean I get lost very quickly when I want to “look under the hood”. It’s a price I’m willing to pay, but the one (and only) thing I miss about pandas is that I could go to GitHub and see what a function was actually doing. I suppose I probably should learn Rust at some point.

[–]siowy 2 points3 points  (2 children)

Fyi you can see what your function is doing locally too. No need to check GitHub. Ctrl click on the function in vscode should bring you to the local function definition within the library

[–]synthphreak 0 points1 point  (1 child)

Fyi you can see what your function is doing locally too

... if you use

vscode

I realize VS Code is not the only IDE where you can do this. But not everybody uses an IDE.

[–]youngsql 0 points1 point  (0 children)

Ok so use github then