Patrick Hoefler
Patrick Hoefler
I think we should add ``rename_axis`` to dask/dask as well (I already added it to dask-expr), it's convenient in method chains
We added rename_axis and df.index = df.index.rename("foo") also works with dask-expr, making df.index.name = "something" work is not really doable since we don't have mutable objects, so closing here
Yep we started converting object to string by default in 2023.07.1, you can turn this off through ``` dask.config.set({"dataframe.convert-string": False}) ```
Feel free to work on this, there is no PR yet
One comment about the test, the tests should stay, just removing the assertion on shares memory is the way to go
Yep, this happens probably for every function where a Series is possible
If doable, I would obviously prefer 2 :)
there are wheels on Pypi, i.e. https://pypi.org/project/crick/#history Would be great if you could look into the pytest failures, that will certainly help
@jrbourbeau could you look into he GitHub release thing?