generated from ENCCS/sphinx-lesson-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Written Introduction and Polars episode #1
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
54fe400
Wrote introduction part and modified conf.py
350c112
Create placeholders for next episodes.
e63858d
Started working on tabular data.
6169bc9
Added reference dataset
a27b0ed
Finished common pandas & polars section.
d92ede8
Wrote about polars expressions.
a007486
Finished Polars episode with exercises.
ffrancesco94 41d384d
fixed typo
85348f6
New titles for episodes.
1674993
Added a new exercise and a paragraph about join.
8fe3a0b
Finalised dataframe episode.
4d8fec4
Typo in index.md
081276e
Fixed some typos and missing references.
56b2e5a
Merge remote-tracking branch 'origin/main' into intro_and_polars
617f425
Clarified descriptive statistics and stratification. Added a couple m…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,3 +4,4 @@ | |
| .jupyter_cache | ||
| jupyter_execute | ||
| uv.lock | ||
| nyc_yellow_taxi_2025-01.parquet | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,80 @@ | ||
| # Benchmarking | ||
|
|
||
| :::{questions} | ||
|
|
||
| - What syntax is used to make a lesson? | ||
| - How do you structure a lesson effectively for teaching? | ||
| - `questions` are at the top of a lesson and provide a starting | ||
| point for what you might learn. It is usually a bulleted list. | ||
| ::: | ||
|
|
||
| :::{objectives} | ||
|
|
||
| - Show a complete lesson page with all of the most common | ||
| structures. | ||
| - ... | ||
|
|
||
| This is also a holdover from the carpentries-style. It could | ||
| usually be left off. | ||
| ::: | ||
|
|
||
| The introduction should be a high level overview of what is on the | ||
| page and why it is interesting. | ||
|
|
||
| The lines below (only in the source) will set the default highlighting | ||
| language for the entire page. | ||
|
|
||
| :::{highlight} python | ||
| ::: | ||
|
|
||
| ## Section | ||
|
|
||
| A section. | ||
|
|
||
| :::{discussion} | ||
| Discuss the following. | ||
|
|
||
| - A discussion section | ||
| - Another discussion topic | ||
| ::: | ||
|
|
||
| ## Section | ||
|
|
||
| ``` | ||
| print("hello world") | ||
| # This uses the default highlighting language | ||
| ``` | ||
|
|
||
| ```python | ||
| print("hello world) | ||
| ``` | ||
|
|
||
| ## Exercises: description | ||
|
|
||
| :::{exercise} Exercise Topic-1: imperative description of exercise | ||
| Exercise text here. | ||
| ::: | ||
|
|
||
| :::{solution} | ||
| Solution text here | ||
| ::: | ||
|
|
||
| ## Summary | ||
|
|
||
| A Summary of what you learned and why it might be useful. Maybe a | ||
| hint of what comes next. | ||
|
|
||
| ## See also | ||
|
|
||
| - Other relevant links | ||
| - Other link | ||
|
|
||
| :::{keypoints} | ||
|
|
||
| - What the learner should take away | ||
| - point 2 | ||
| - ... | ||
|
|
||
| This is another holdover from the carpentries style. This perhaps | ||
| is better done in a "summary" section. | ||
| ::: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.