Nicolas Grandemange
Nicolas Grandemange
This issue can be reproduced with a shorted snippet: ```python dask.dataframe.utils.make_meta({'id': 'int32', 'name': 'category', 'x': 'float64', 'y': 'float64'}, index=pd.DatetimeIndex(['1970-01-01', 1970-01-02])) ```
Agreed, but I am not sure replicating and tracking pandas config changes worth it. Can we simply let pandas render the ._meta with a little sugar like npartitions, name...
> @ntonasa See my gist [here](https://gist.github.com/maxbane/595bf38e894c49f58e20fb905d24bf30) for a proof-of-concept of how to use the subscribe mechanism that was added in #5217 to configure the forwarding of arbitrary logging statements by...
Sure, thanks again for your work on this. In the meamtime, we could make the dask gc diagnostic optional or even better try to make it non re-entrant on the...
I haven't taken the time to find a fix. Unfortunately, I selfishly skipped over version 3.11 and jumped straight to 3.12
It definitely should be better documented, which was my initial intention when I opened this issue. Also, It would be interesting to get feedback from a Dask maintainer to decide...
Same here. Can we help with anything?
I am interested in the same feature, a serverless client that would use an SQLite3 database hosted on a shared drive, plus a custom artifact path, probably sitting in the...
Sure, but I won't be able to do it until next week unfortunately.