Sarah Charlotte Johnson

Results 11 issues of Sarah Charlotte Johnson

**What happened**: This issue first came up on [discourse](https://dask.discourse.group/t/h5py-objects-cannot-be-pickled-or-slow-processing/229). When using the multiprocessing scheduler with `h5py` objects, there is a `TypeError: h5py objects cannot be pickled`. This does not happen...

array
io
needs attention
bug
p3

## Report incorrect documentation **Location of incorrect documentation** There is an error loading [binder](https://mybinder.org/v2/gh/dask-contrib/dask-sql-binder/main?urlpath=lab) in the link provided in the [Quickstart section](https://github.com/dask-contrib/dask-sql#quickstart) of the readme. **Describe the problems or issues...

documentation

See https://github.com/dask/dask-sphinx-theme/pull/84 cc @jacobtomlinson @emily-d-anderson

I was going through some examples in [dask-stories](https://github.com/dask/dask-stories) and noticed that the content is all at least a couple years old. Looking at some recent examples of how people are...

We're currently tracking google analytics separately for a number of pages (i.e. docs, dask-ml, dask examples). Are we OK with consolidating these under one google analytics view in the dask-sphinx-theme?...

Re https://github.com/dask/community/issues/220 This is a start to updating the theme, most changes so far are for fixing the landing page and then I'll move on to the posts. Opening up...

I noticed the new `dask-sphinx-theme` (see https://github.com/dask/community/issues/220) isn't showing up for the dask-ctl [docs](https://dask-ctl.readthedocs.io/en/latest/index.html). When trying to build locally, I got the following error from `dask_config_sphinx_ext`: ``` Exception occurred: File...

I'm curious what folks would think about adding use case-specific pages to the Dask docs. Specifically, I was thinking about pages for machine learning and workflow orchestration where there is...

documentation

**What happened**: Error with `dask.dataframe.describe()` when columns contain nullable data types. **What you expected to happen**: Similar output as `pandas.dataframe.describe()` (which works) **Minimal Complete Verifiable Example**: ```python import pandas as...

dataframe
p3

Currently, when new methods are created they have to be manually added to the docs, leading to issues where things are missing (e.g. #8599). This process is also a blocker...

documentation