-
Notifications
You must be signed in to change notification settings - Fork 6
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
Notebook on Data Wrangling with Polars #18
Comments
@koushikkhan — that would be fantastic! We could create a "course" (folder) that is an introduction to polars. And teach these concepts through a number of small notebooks.
|
@akshayka I don't have any notebook ready, but I can create couple of them as you requested. Thanks. |
Great! It might be worth it to come up with a list of notebook titles too -- like a table of contents, without necessarily writing the notebooks. That would help others contribute too. |
@akshayka Alright, will work on that. |
@akshayka Here is my proposal for Polars:
Please let me know your opinion on this. Thanks. |
This looks fantastic! I like the idea of starting with "Why Polars". Keeping with this repo's spirit of teaching the fundamentals, I think we should add two additional notebooks after Why Polars: "Series" and "Dataframes", where we define both and give basic example usage (more than given in "Why Polars"). The various data types and data wrangling techniques look like great topics; I wonder if it makes sense to split them into multiple notebooks, but we can cross that bridge when we get there. I'd be happy to look at a notebook in a PR when you get the time; perhaps we can start with Why Polars? |
@akshayka Akshay, I agree with you. Will start working on the "Why Polars". |
Great, thank you! |
Hey @akshayka , I have added the first notebook for Polars: https://github.com/koushikkhan/learn/blob/feat/issue%2318/polars-data-wrangling/polars/001_why_polars.py Let me know if you can access it. |
Description
Hi team,
Thanks for taking this initiative to create high quality notebooks covering fundamental topics. I would like to contribute with regards to Polars covering examples for
filtering
,joins
,window operations
and many more.The text was updated successfully, but these errors were encountered: