Skip to content

Commit 315074f

Browse files
Fix spelling
1 parent c5a47ba commit 315074f

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

.github/workflows/check_spelling.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ jobs:
2424
rm -rf docs/old
2525
rm -rf meeting_notes
2626
rm $(find . | grep "_old\\.")
27+
rm $(find . | grep "not_used")
2728
2829
- uses: igsekor/pyspelling-any@v1.0.4

.wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,3 +1118,4 @@ wp
11181118
Ctrl
11191119
rescaled
11201120
UIs
1121+
annot

docs/day3/big_data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ Polars package
738738
- GPU Support: Optionally run queries on **NVIDIA GPUs**
739739
- `Apache Arrow <https://arrow.apache.org/overview/>`_ support
740740

741-
https://pola.rs/
741+
[`https://pola.rs/`](https://pola.rs/)
742742

743743
Exercises: Packages
744744
-------------------

docs/day3/not_used/old-pandas.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ For demonstration, here is an example based loosely on the climate of your teach
778778

779779
.. important:: Speed-up with Numba
780780

781-
If you have Numba installed, setting ``engine=numba`` in functions like ``.transform()``, ``.apply()``, and NumPy-like statistics functions calculated over rolling windows, can boost performance if the function has to be run multiple times over several columns, particularly if you can set ``engine_kwargs={"parallel": True}``. **Parellelization occurs column-wise, so performance will be boosted if and only if the function is repeated many times over many columns.**
781+
If you have Numba installed, setting ``engine=numba`` in functions like ``.transform()``, ``.apply()``, and NumPy-like statistics functions calculated over rolling windows, can boost performance if the function has to be run multiple times over several columns, particularly if you can set ``engine_kwargs={"parallel": True}``. **Parallelization occurs column-wise, so performance will be boosted if and only if the function is repeated many times over many columns.**
782782

783783
Here is a (somewhat scientifically nonsensical) example using the exoplanets DataFrame to show the speed-up for 5 columns.
784784

evaluations/20251128_day_2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646

4747
- Exercises were a bit less clear today, which ones we should do and when was a little confusing. Content was very good though :)
4848
- NO
49-
- Because each hpc has different setup it is a bit uninteresting to walk through them alla when I'm only concerned with the one I'm using
49+
- Because each hpc has different setup it is a bit uninteresting to walk through them all when I'm only concerned with the one I'm using

0 commit comments

Comments
 (0)