-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Julia #10
base: main
Are you sure you want to change the base?
Julia #10
Conversation
Hey Florian, This is great, thanks for the HU! As you know, I'm a big Julia fan (thanks in part to you)... Let's figure out how / if we can integrate your additions into my version once you've finished teaching your class. Two things to consider, off the top of my head:
Cheers |
P.S. Your inquiry made me realise that I had forgotten to add a license. I've just remedied that (CC BY 4.0), which will hopefully remove any ambiguity going forward. |
yes - thanks for the license. |
slow timings fixed! the quarto process does not pick up all threads for julia by default. (i'm setting vscode to always run julia with all available threads, so did not notice in that REPL). In particular, there is nothing wrong with the final conversion into a dataframe, almost instantaneous. |
hi grant!
I made an addition to your really cool workshop. guess what. the julia package! :-)
I had to make some choices though, because I need this material for a class I'm teaching, and I had to make sure they know some basics first. So I added some stuff to the simple sql chapter, refering also to your other work. I compiled this into a new website that I'll share with that class at https://floswald.github.io/duckdb-polars/
the problem is that I really wanted to use your setup for the data download and python packages, so I had to leave your stuff in there. So, what about this plan. I'll teach the class based on that material, then I take the website down and we try to integrate it properly into your setup here? It runs so well - quarto I mean. 3 languages in one project. amazing.
anyway, let me know what you think - obviously if you don't like what I put up on that website let me know and I'll take it down immediately. cheers