Naty Clementi
Naty Clementi
When trying to run notebook using binder, every time a cell has `import matplotlib.pyplot as plt` I get an error: I was checking in the notebooks that the matplotlib version...
- [x] Closes #9365 - [x] Tests added / passed - [x] Passes `pre-commit run --all-files`
Currently, these two UPSTREAM test are broken: - [test_map_partitions_with_delayed_collection](https://github.com/dask/dask/runs/7331385905?check_suite_focus=true#step:5:11853) - [test_dropna](https://github.com/dask/dask/runs/7331385905?check_suite_focus=true#step:5:11560) Due to a [BUG-fix upstream](https://github.com/ncclementi/pandas/commit/94280f021bda7fb23e26db6e485e5367f2de8963), that prevents providing `how` and `thresh` simultaneously to `pd.DataFrame.dropna()` . The change involves modifying...
@pavithraes and I were answering [this](https://dask.discourse.group/t/compression-levels-with-dask-dataframe-dask-array/910/2) question on discourse and we thought that this could be a nice How to page. Thoughts?
I'm not sure if this issue corresponds here or in the distributed repo, but I noticed that at the bottom of the futures page in the docs right below Functions,...
The nav bar in the docs has too many elements and you can easily get lost or not find things. @jsignell and I were taking about this and we are...
The binder button on the README and docs leads to a 404 not found error. It starts the building process but few seconds after it leads to the error.
Hello folks, we've been thinking that it would be a good idea to have an Spanish version of the tutorial. But before starting the translation efforts we were wondering if...
@tingyu66 and @labarba here are my comments on the lessons so far. General comments: - The students will have to download the helpers that Tingyu wrote. There should be instructions...
This notebook doesn't display and it seems it's because of the widget, but I don't know how to fix it. For now just reporting.