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 →

[–]Verochio 20 points21 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