Skip to content

Commit af6f630

Browse files
committed
small update
1 parent bbf4774 commit af6f630

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2025-05-23-Computing-and-Visualizing-Billions-of-Bohemian-Eigenvalues-with-Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ compute_and_save_eigenvalues(
178178

179179
## Second part : visualization with Datashader
180180

181-
Datashader handles large datasets efficiently by processing data in chunks and creating density plots without loading all points into memory, only the final raster (the image) is kept in memory.
181+
Datashader handles large datasets efficiently when used with dask by processing data in chunks and creating density plots without loading all points into memory, only the final raster (the image) is kept in memory.
182182

183183

184184
```python

0 commit comments

Comments
 (0)