Julia Signell

Results 77 issues of Julia Signell

- [ ] Closes #xxxx - [ ] Tests added / passed - [ ] Passes `pre-commit run --all-files`

dataframe
upstream

After https://github.com/dask/dask/pull/8158 there is one test that doesn't quite pass on win32 I think it is because `read_sql_query` converts int32 to int64. I am not quite sure where the issue...

needs attention
bug
p3

There is a flaky test `test_dataframe_aggregations_multilevel[cov-disk-1]` ```python-traceback =================================== FAILURES =================================== __________ test_dataframe_aggregations_multilevel[cov-disk-1] __________ [gw2] linux -- Python 3.9.10 /usr/share/miniconda3/envs/test-environment/bin/python grouper = , agg_func = 'cov' @pytest.mark.parametrize( "grouper", [ lambda df:...

tests
needs attention

- [x] Closes #8879 - [x] Tests added / passed - [x] Passes `pre-commit run --all-files`

dataframe
needs attention

Hi. I see the same issue, but I don't have empty partitions. Can someone explain why I lost records after `set_index`? ``` df = pd.DataFrame({ 'ts': [1, 1, 2, 2,...

dataframe
bug

This has come up in CI (example: https://github.com/dask/dask/pull/6896/checks?check_run_id=1831740059) when testing with newer versions numpy 1.20. Some of the sparse tests are marked with `xfail` and a sparse issue. https://github.com/dask/dask/blob/0bb8766d659ba77805ba75cb43ee0c39ed760f25/dask/array/tests/test_sparse.py#L40-L44 The...

This is mostly to see how many remaining failures there are once we filter out the warning. - [ ] Closes #xxxx - [ ] Tests added / passed -...

dataframe

#### ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages) ``` Python version : 3.6.7 | packaged by conda-forge | (default, Nov 20 2018, 18:37:09) IPython...

type: bug
tag: layout

It should be possible to pass a yaml file to `anaconda-project` using `--file` this would be a nice first step for getting off `anaconda-project.yml` as a mandatory file, allowing the...

It would be nice to have a require section on commands that allows the user to pass a list of variable names. These would be the variables that are required...